wok-next view autoconf-archive/receipt @ rev 20958
Random updates
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Sep 06 04:28:48 2018 +0300 (2018-09-06) |
parents | 603704fe1abe |
children | 0cbe4b1f2230 |
line source
1 # SliTaz package receipt v2.
3 PACKAGE="autoconf-archive"
4 VERSION="2018.03.13"
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/"
11 TARBALL="$PACKAGE-$VERSION.tar.xz"
12 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
14 compile_rules() {
15 ./configure \
16 $CONFIGURE_ARGS &&
17 make &&
18 make install
20 # documentation mistakenly goes here
21 rm -r $install/usr/share/autoconf-archive
22 cook_pick_docs AUTHORS COPYING COPYING.EXCEPTION README TODO
23 }
25 genpkg_rules() {
26 copy @dev
27 DEPENDS="autoconf"
28 }