core/binutils to 2.23.1-1

This commit is contained in:
Kevin Mihelich 2012-11-25 06:26:40 +00:00
parent 6595e2401c
commit f8caddfda0
2 changed files with 8 additions and 5 deletions

View file

@ -10,7 +10,7 @@
noautobuild=1
pkgname=binutils
pkgver=2.23
pkgver=2.23.1
pkgrel=1
pkgdesc="A set of programs to assemble and manipulate binary and object files"
arch=('i686' 'x86_64')
@ -21,9 +21,9 @@ depends=('glibc>=2.16' 'zlib')
checkdepends=('dejagnu')
options=('!libtool' '!distcc' '!ccache')
install=binutils.install
source=(ftp://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.gz{,.sig})
md5sums=('ed58f50d8920c3f1d9cb110d5c972c27'
'5293d43d444852f71f7c96c6295ba66d')
source=(ftp://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.bz2{,.sig})
md5sums=('33adb18c3048d057ac58d07a3f1adb38'
'1869b37216e7d7eff7e335a69e0882fd')
build() {
cd ${srcdir}
@ -87,6 +87,9 @@ package() {
# Remove Windows/Novell specific man pages
rm -f ${pkgdir}/usr/share/man/man1/{dlltool,nlmconv,windres,windmc}*
# why are these distributed with binutils?
rm ${pkgdir}/usr/share/info/{configure,standards}.info
# Remove these symlinks, they are not ABI stable.
# Programs should compile static to the .a file.
rm -f ${pkgdir}/usr/lib/lib{bfd,opcodes}.so

View file

@ -1,5 +1,5 @@
infodir=usr/share/info
filelist=(as.info bfd.info binutils.info configure.info gprof.info ld.info standards.info)
filelist=(as.info bfd.info binutils.info gprof.info ld.info)
post_upgrade() {
[ -x usr/bin/install-info ] || return 0