wok-next annotate crosstool-ng/receipt @ rev 21257

encfs: use cmake
author Hans-G?nter Theisgen
date Fri Dec 06 13:47:57 2019 +0100 (2019-12-06)
parents d43bf7aae921
children a8680487d09c
rev   line source
pascal@7793 1 # SliTaz package receipt.
pascal@7793 2
pascal@7793 3 PACKAGE="crosstool-ng"
pascal@17683 4 VERSION="1.20.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
pascal@17683 14 BUILD_DEPENDS="subversion flex cvs gawk texinfo ncurses-dev automake libtool \
al@20513 15 gperf"
pascal@7793 16
al@21020 17 compile_rules() {
pascal@17683 18 ./bootstrap
slaxemulator@11086 19 ./configure \
slaxemulator@11086 20 --prefix=/usr \
slaxemulator@11086 21 $CONFIGURE_ARGS &&
pascal@7793 22 make &&
al@21020 23 make DESTDIR=$install install
pascal@7793 24 }
pascal@7793 25
al@21020 26 genpkg_rules() {
pascal@15070 27 cp -a $install/usr $fs
al@21020 28 DEPENDS="slitaz-toolchain"
pascal@7793 29 }