wok view autoconf-archive/receipt @ rev 24249

updated perl-preadsheet-parseexcel (0.33 -> 0.65)
author Hans-G?nter Theisgen
date Sun Jan 02 09:40:49 2022 +0100 (2022-01-02)
parents
children 71360a13cd94
line source
1 # SliTaz package receipt.
3 PACKAGE="autoconf-archive"
4 VERSION="2021.02.19"
5 CATEGORY="development"
6 SHORT_DESC="Collection of GNU Autoconf macros."
7 MAINTAINER="maintainer@slitaz.org"
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 DEPENDS="autoconf"
16 HOST_ARCH="any"
18 compile_rules()
19 {
20 ./configure \
21 $CONFIGURE_ARGS &&
22 make &&
23 make install
24 }
26 genpkg_rules()
27 {
28 mkdir -p $fs/usr/share
29 cp -a $install/usr/share/aclocal $fs/usr/share
30 }