wok-next view autoconf-archive/receipt @ rev 21725

busybox: add overrides
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:18:16 2020 +0000 (2020-09-01)
parents 0cbe4b1f2230
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="autoconf-archive"
4 VERSION="2019.01.06"
5 CATEGORY="development"
6 SHORT_DESC="Collection of GNU Autoconf macros"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL"
9 WEB_SITE="https://www.gnu.org/software/autoconf-archive/"
10 HOST_ARCH="any"
12 TARBALL="$PACKAGE-$VERSION.tar.xz"
13 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
15 compile_rules()
16 {
17 ./configure \
18 $CONFIGURE_ARGS &&
19 make &&
20 make install
22 # 2018.03.13 documentation mistakenly goes here
23 # rm -r $install/usr/share/autoconf-archive
25 cook_pick_docs AUTHORS COPYING COPYING.EXCEPTION README TODO
26 }
28 genpkg_rules()
29 {
30 copy @dev
31 DEPENDS="autoconf"
32 }