wok-6.x annotate crosstool-ng/receipt @ rev 15792
linux: CONFIG_I2C_EG20T=m
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Fri Jan 17 10:28:33 2014 +0000 (2014-01-17) |
parents | eb8067417980 |
children | 22604cb26233 |
rev | line source |
---|---|
pascal@7793 | 1 # SliTaz package receipt. |
pascal@7793 | 2 |
pascal@7793 | 3 PACKAGE="crosstool-ng" |
slaxemulator@11086 | 4 VERSION="1.12.4" |
pascal@7793 | 5 CATEGORY="development" |
pascal@7793 | 6 SHORT_DESC="Tool to Build toolchains." |
pascal@7793 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15579 | 8 LICENSE="GPL2" |
pascal@7793 | 9 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
pascal@7793 | 10 WEB_SITE="http://ymorin.is-a-geek.org/projects/crosstool" |
pascal@7793 | 11 WGET_URL="http://ymorin.is-a-geek.org/download/$PACKAGE/$TARBALL" |
pascal@15579 | 12 |
pascal@7793 | 13 DEPENDS="slitaz-toolchain" |
pascal@15582 | 14 BUILD_DEPENDS="subversion flex cvs gawk texinfo ncurses-dev automake libtool" |
pascal@7793 | 15 |
pascal@7793 | 16 # Rules to configure and make the package. |
pascal@7793 | 17 compile_rules() |
pascal@7793 | 18 { |
pascal@7793 | 19 cd $src |
slaxemulator@11086 | 20 ./configure \ |
slaxemulator@11086 | 21 --prefix=/usr \ |
slaxemulator@11086 | 22 $CONFIGURE_ARGS && |
pascal@7793 | 23 make && |
slaxemulator@11086 | 24 make DESTDIR=$DESTDIR install |
pascal@7793 | 25 } |
pascal@7793 | 26 |
pascal@7793 | 27 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@7793 | 28 genpkg_rules() |
pascal@7793 | 29 { |
pascal@15070 | 30 cp -a $install/usr $fs |
pascal@7793 | 31 } |