CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
libgmp: updated to 5.1.0
[ports/core-arm.git] / binutils / Pkgfile
index dcd56fce185142360f29ae8804476d9b47a0bb57..9f110c1b99c552f969fe465bd5a8ae94ec4d0f0e 100644 (file)
@@ -1,12 +1,13 @@
 # Description: The GNU Binutils are a collection of binary tools
-# URL:         http://sources.redhat.com/binutils/
-# Maintainer:  CRUX System Team, core-ports at crux dot nu
-# Depends on:  zlib
+# URL: http://sources.redhat.com/binutils/
+# Maintainer: CRUX System Team, core-ports at crux dot nu
+# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
+# Depends on: zlib
 
 name=binutils
-version=2.20.1
+version=2.22
 release=1
-source=(ftp://ftp.gnu.org/gnu/$name/$name-${version}a.tar.bz2)
+source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2)
 
 build() {
     sed -i '/^SUBDIRS/s/doc//' $name-$version/bfd/Makefile.in
@@ -14,6 +15,7 @@ build() {
     mkdir build
     cd build
     ../$name-$version/configure --prefix=/usr \
+                                --build=arm-unknown-linux-gnueabi \
                                 --mandir=/usr/man \
                                 --enable-shared \
                                 --disable-nls