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

updated nagios-plugins (1.4.16 -> 2.3.3)
author Hans-G?nter Theisgen
date Thu Apr 16 17:12:25 2020 +0100 (2020-04-16)
parents ac33744dc2c2
children ac39809c5fa1
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/"
10 HOST_ARCH="any"
12 TARBALL="$PACKAGE-$VERSION.tar.xz"
13 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
15 compile_rules() {
16 ./configure \
17 $CONFIGURE_ARGS &&
18 make &&
19 make install
21 # documentation mistakenly goes here
22 rm -r $install/usr/share/autoconf-archive
23 cook_pick_docs AUTHORS COPYING COPYING.EXCEPTION README TODO
24 }
26 genpkg_rules() {
27 copy @dev
28 DEPENDS="autoconf"
29 }