CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
ports: updated to 3.5
[ports/core-arm.git] / binutils / Pkgfile
index 69a66c3fe063b8786dfff1578dfb5ba6765acdc4..6d463bae58c6648fc1317818d6bebccea31176ce 100644 (file)
@@ -5,9 +5,9 @@
 # Depends on: zlib flex
 
 name=binutils
-version=2.27
+version=2.32
 release=1
-source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2)
+source=(http://ftpmirror.gnu.org/gnu/$name/$name-$version.tar.bz2)
 
 build() {
   sed -i '/^SUBDIRS/s/doc//' $name-$version/bfd/Makefile.in
@@ -29,6 +29,6 @@ build() {
   make tooldir=/usr DESTDIR=$PKG install
 
   rm -r $PKG/usr/share/info
-  rm $PKG/usr/share/man/man1/{dlltool,nlmconv,windres,windmc}.1
+  rm $PKG/usr/share/man/man1/{dlltool,windres,windmc}.1
   sed -i "s|-L$SRC[^ ]* ||g" $PKG/usr/lib/lib{bfd,opcodes}.la
 }