wok-next annotate autoconf/receipt @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
parents ac50637642b7
children
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"
al@21105 14 TARBALL_SHA1="e891c3193029775e83e0534ac0ee0c4c711f6d23"
pankso@15 15
slaxemulator@10277 16 BUILD_DEPENDS="m4 perl"
al@21105 17 DEPENDS="perl m4"
al@21105 18
al@21105 19 COPY="@std @dev"
al@21105 20 TAGS="LFS"
slaxemulator@10277 21
al@21094 22 COOKOPTS="force-arch" # different .m4f
al@21094 23
al@20436 24 compile_rules() {
al@21020 25 ./configure $CONFIGURE_ARGS &&
al@21020 26 make &&
al@21020 27 make install
pankso@15 28 }