# HG changeset patch # User Christophe Lincoln # Date 1240417285 -7200 # Node ID 45b0ddd9adf0524c7ae2fdb17f8a0373275cbb3d # Parent 46e1925cd7cfb83665144c6005551d64df5dc371 Up: bunitils (2.19.1) diff -r 46e1925cd7cf -r 45b0ddd9adf0 binutils/receipt --- a/binutils/receipt Wed Apr 22 12:15:50 2009 +0000 +++ b/binutils/receipt Wed Apr 22 18:21:25 2009 +0200 @@ -1,14 +1,14 @@ # SliTaz package receipt. PACKAGE="binutils" -VERSION="2.17.50" +VERSION="2.19.1" CATEGORY="development" SHORT_DESC="GNU assembler, linker and binary utilities." MAINTAINER="pankso@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.gnu.org/software/binutils/" -#WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" -WGET_URL="ftp://sourceware.org/pub/binutils/snapshots/$TARBALL" +WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" +#WGET_URL="ftp://sourceware.org/pub/binutils/snapshots/$TARBALL" # Rules to configure and make the package. # @@ -22,12 +22,12 @@ --infodir=/usr/share/info \ --mandir=/usr/share/man \ --enable-shared \ - $CONFIGURE_ARGS - make tooldir=/usr + $CONFIGURE_ARGS && + make tooldir=/usr && # Install in binutils-build/ and then move the files to # to the source tree. Can't install directly... This is done # to keep the $src and $_pkg working for genpkg. - make tooldir=/usr DESTDIR=$PWD/_pkg install + make tooldir=/usr DESTDIR=$PWD/_pkg install && mv _pkg ../$PACKAGE-$VERSION/ }