wok-next view automake/receipt @ rev 21119

libarchive: depends on libzstd
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Jan 14 03:39:08 2019 +0200 (2019-01-14)
parents 0cbe4b1f2230
children b2736eb86f36
line source
1 # SliTaz package receipt v2.
3 PACKAGE="automake"
4 VERSION="1.16.1"
5 CATEGORY="development"
6 SHORT_DESC="A GNU tool for automatically creating Makefiles"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://www.gnu.org/software/automake/"
10 LFS="http://www.linuxfromscratch.org/lfs/view/development/chapter06/automake.html"
11 HOST_ARCH="any"
13 TARBALL="$PACKAGE-$VERSION.tar.xz"
14 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
15 TARBALL_SHA1="1012bc79956013d53da0890f8493388a6cb20831"
17 BUILD_DEPENDS="autoconf bison flex gfortran"
18 DEPENDS="perl autoconf"
20 COPY="@std @dev"
21 TAGS="LFS"
23 compile_rules() {
24 ./configure $CONFIGURE_ARGS &&
25 make &&
26 make install
27 }