wok-next view automake/receipt @ rev 21383
updated nbd again (3.3 -> 3.20)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Apr 16 17:34:38 2020 +0100 (2020-04-16) |
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 }