# HG changeset patch # User Christophe Lincoln # Date 1270977376 -7200 # Node ID d9797bed828a4e76c6f98da9e3b29d13d483e006 # Parent f9edb4f353454300d2a3e8bb405065c5afbf504c Up: binutils (2.20.1) - Part of new toolchain diff -r f9edb4f35345 -r d9797bed828a binutils/receipt --- a/binutils/receipt Sun Apr 11 04:29:39 2010 +0000 +++ b/binutils/receipt Sun Apr 11 11:16:16 2010 +0200 @@ -1,12 +1,13 @@ # SliTaz package receipt. PACKAGE="binutils" -VERSION="2.19.1" +VERSION="2.20.1" CATEGORY="development" SHORT_DESC="GNU assembler, linker and binary utilities." MAINTAINER="pankso@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.bz2" DEPENDS="zlib" +BUILD_DEPENDS="zlib-dev texinfo" WEB_SITE="http://www.gnu.org/software/binutils/" WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" PROVIDE="libbfd" @@ -14,11 +15,9 @@ # Rules to configure and make the package. # -# First pass: --disable-werror \ -# compile_rules() { - mkdir binutils-build && cd binutils-build + mkdir -p binutils-build && cd binutils-build ../$PACKAGE-$VERSION/configure \ --program-prefix=$TOOLPREFIX \ --prefix=/usr \