# HG changeset patch # User Christopher Rogers # Date 1318818883 0 # Node ID 4e822d0d55d586bebdbc0534557b42af94e0cfa9 # Parent 8bb42e2bb5e4ff9154fff2f15fcd97aeca7518f2 Up: crosstool-ng to 1.12.4. diff -r 8bb42e2bb5e4 -r 4e822d0d55d5 crosstool-ng/receipt --- a/crosstool-ng/receipt Mon Oct 17 02:12:49 2011 +0000 +++ b/crosstool-ng/receipt Mon Oct 17 02:34:43 2011 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="crosstool-ng" -VERSION="1.10.1" +VERSION="1.12.4" CATEGORY="development" SHORT_DESC="Tool to Build toolchains." MAINTAINER="pascal.bellard@slitaz.org" @@ -9,17 +9,17 @@ WEB_SITE="http://ymorin.is-a-geek.org/projects/crosstool" WGET_URL="http://ymorin.is-a-geek.org/download/$PACKAGE/$TARBALL" DEPENDS="slitaz-toolchain" -BUILD_DEPENDS="flex cvs gawk texinfo" +BUILD_DEPENDS="subversion flex cvs gawk texinfo" # Rules to configure and make the package. compile_rules() { cd $src - ./configure --prefix=/usr --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - $CONFIGURE_ARGS && + ./configure \ + --prefix=/usr \ + $CONFIGURE_ARGS && make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg.