wok-6.x rev 2699
Up: bunitils (2.19.1)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed Apr 22 18:21:25 2009 +0200 (2009-04-22) |
parents | 46e1925cd7cf |
children | 1a75c11a137f |
files | binutils/receipt |
line diff
1.1 --- a/binutils/receipt Wed Apr 22 12:15:50 2009 +0000 1.2 +++ b/binutils/receipt Wed Apr 22 18:21:25 2009 +0200 1.3 @@ -1,14 +1,14 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="binutils" 1.7 -VERSION="2.17.50" 1.8 +VERSION="2.19.1" 1.9 CATEGORY="development" 1.10 SHORT_DESC="GNU assembler, linker and binary utilities." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.13 WEB_SITE="http://www.gnu.org/software/binutils/" 1.14 -#WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" 1.15 -WGET_URL="ftp://sourceware.org/pub/binutils/snapshots/$TARBALL" 1.16 +WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" 1.17 +#WGET_URL="ftp://sourceware.org/pub/binutils/snapshots/$TARBALL" 1.18 1.19 # Rules to configure and make the package. 1.20 # 1.21 @@ -22,12 +22,12 @@ 1.22 --infodir=/usr/share/info \ 1.23 --mandir=/usr/share/man \ 1.24 --enable-shared \ 1.25 - $CONFIGURE_ARGS 1.26 - make tooldir=/usr 1.27 + $CONFIGURE_ARGS && 1.28 + make tooldir=/usr && 1.29 # Install in binutils-build/ and then move the files to 1.30 # to the source tree. Can't install directly... This is done 1.31 # to keep the $src and $_pkg working for genpkg. 1.32 - make tooldir=/usr DESTDIR=$PWD/_pkg install 1.33 + make tooldir=/usr DESTDIR=$PWD/_pkg install && 1.34 mv _pkg ../$PACKAGE-$VERSION/ 1.35 } 1.36