wok-next view automake/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents 82b613cfd1e0
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="automake"
4 VERSION="1.16.2"
5 CATEGORY="development"
6 TAGS="LFS"
7 SHORT_DESC="A GNU tool for automatically creating Makefiles"
8 MAINTAINER="maintainer@slitaz.org"
9 LICENSE="GPL2"
10 WEB_SITE="https://www.gnu.org/software/automake/"
11 LFS="http://www.linuxfromscratch.org/lfs/view/development/chapter06/automake.html"
13 TARBALL="$PACKAGE-$VERSION.tar.xz"
14 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
15 # 1.16.1 TARBALL_SHA1="1012bc79956013d53da0890f8493388a6cb20831"
17 BUILD_DEPENDS="autoconf bison flex gfortran"
18 DEPENDS="autoconf perl"
20 HOST_ARCH="any"
22 COPY="@std @dev"
24 compile_rules()
25 {
26 ./configure $CONFIGURE_ARGS &&
27 make &&
28 make install
29 }