wok-next view automake/receipt @ rev 21468

updated tcpreplay (4.2.6 -> 4.3.2)
author Hans-G?nter Theisgen
date Wed May 13 06:25:58 2020 +0100 (2020-05-13)
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 }