wok-next annotate crosstool-ng/receipt @ rev 21727
created recipe for vbindiff
author | Hans-G?nter Theisgen |
---|---|
date | Sat Nov 21 14:32:44 2020 +0100 (2020-11-21) |
parents | d5aab818505e |
children |
rev | line source |
---|---|
pascal@7793 | 1 # SliTaz package receipt. |
pascal@7793 | 2 |
pascal@7793 | 3 PACKAGE="crosstool-ng" |
Hans-G?nter@21568 | 4 VERSION="1.24.0" |
pascal@7793 | 5 CATEGORY="development" |
al@21020 | 6 SHORT_DESC="Tool to Build toolchains" |
pascal@7793 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15579 | 8 LICENSE="GPL2" |
al@21020 | 9 WEB_SITE="http://ymorin.is-a-geek.org/projects/crosstool" |
al@21020 | 10 |
pascal@17683 | 11 TARBALL="$PACKAGE-$VERSION.tar.gz" |
pascal@17683 | 12 WGET_URL="https://github.com/$PACKAGE/$PACKAGE/archive/$TARBALL" |
pascal@15579 | 13 |
Hans-G?nter@21568 | 14 BUILD_DEPENDS="automake cvs flex gawk gperf help2man libtool ncurses-dev |
Hans-G?nter@21568 | 15 texinfo" |
pascal@7793 | 16 |
Hans-G?nter@21568 | 17 compile_rules() |
Hans-G?nter@21568 | 18 { |
Hans-G?nter@21568 | 19 ./bootstrap && |
Hans-G?nter@21568 | 20 ./configure \ |
Hans-G?nter@21568 | 21 --prefix=/usr \ |
slaxemulator@11086 | 22 $CONFIGURE_ARGS && |
pascal@7793 | 23 make && |
al@21020 | 24 make DESTDIR=$install install |
pascal@7793 | 25 } |
pascal@7793 | 26 |
Hans-G?nter@21568 | 27 genpkg_rules() |
Hans-G?nter@21568 | 28 { |
Hans-G?nter@21568 | 29 cp -a $install/usr $fs |
al@21020 | 30 DEPENDS="slitaz-toolchain" |
pascal@7793 | 31 } |