wok-next annotate autoconf/receipt @ rev 21095

Forgot to remove HOST_ARCH="any"
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Jan 01 04:17:55 2019 +0200 (2019-01-01)
parents e19ff076dc63
children 82b613cfd1e0
rev   line source
al@19745 1 # SliTaz package receipt v2.
pankso@15 2
pankso@15 3 PACKAGE="autoconf"
al@14604 4 VERSION="2.69"
pankso@200 5 CATEGORY="development"
al@14604 6 SHORT_DESC="A GNU tool for automatically configuring source code"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15001 8 LICENSE="GPL2"
al@20436 9 WEB_SITE="https://www.gnu.org/software/autoconf/"
al@20436 10 LFS="http://www.linuxfromscratch.org/lfs/view/stable/chapter06/autoconf.html"
al@19572 11
al@14604 12 TARBALL="$PACKAGE-$VERSION.tar.xz"
pankso@15 13 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
pankso@15 14
slaxemulator@10277 15 BUILD_DEPENDS="m4 perl"
slaxemulator@10277 16
al@21094 17 COOKOPTS="force-arch" # different .m4f
al@21094 18
al@20436 19 compile_rules() {
al@21020 20 ./configure $CONFIGURE_ARGS &&
al@21020 21 make &&
al@21020 22 make install
pankso@15 23 }
pankso@15 24
al@20436 25 genpkg_rules() {
al@19745 26 copy @std @dev
al@20799 27 DEPENDS="perl m4"
al@20436 28 TAGS="LFS"
pankso@15 29 }