wok-next view automake/receipt @ rev 20784

update also: gpgme, libgpg-error and gpa
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 06:52:39 2018 +0000 (2018-06-09)
parents 9a17d981d0f7
children b156aee559a7
line source
1 # SliTaz package receipt v2.
3 PACKAGE="automake"
4 VERSION="1.15.1"
5 CATEGORY="development"
6 SHORT_DESC="A GNU tool for automatically creating Makefiles"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://www.gnu.org/software/automake/"
10 LFS="http://www.linuxfromscratch.org/lfs/view/stable/chapter06/automake.html"
11 HOST_ARCH="i486 x86_64"
13 TARBALL="$PACKAGE-$VERSION.tar.xz"
14 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
16 BUILD_DEPENDS="autoconf bison flex gfortran"
18 compile_rules() {
19 ./configure $CONFIGURE_ARGS && make && make install
20 }
22 genpkg_rules() {
23 copy @std @dev
24 DEPENDS="autoconf"
25 TAGS="LFS"
26 }