void-packages/srcpkgs/automake/template

22 lines
840 B
Plaintext
Raw Normal View History

# Template build file for 'automake'.
pkgname=automake
2012-04-16 16:40:32 +02:00
version=1.11.5
2012-02-29 09:59:47 +01:00
homepage="http://www.gnu.org/software/automake"
distfiles="http://ftp.gnu.org/gnu/automake/$pkgname-$version.tar.xz"
build_style=gnu-configure
short_desc="GNU Standards-compliant Makefile generator"
maintainer="Juan RP <xtraeme@gmail.com>"
2012-02-29 09:59:47 +01:00
license="GPL-2"
2012-04-16 16:40:32 +02:00
checksum=894b1fd7a18db868cefb5246e335a19f7cdb92297d20aeda356e921f0981f3a9
long_desc="
Automake is an experimental Makefile generator. It was inspired by
the 4.4BSD make and include files, but aims to be portable and to
conform to the GNU standards for Makefile variables and targets.
Automake assumes the project uses autoconf. If you want automatic
dependency tracking support, the use of GNU make is also required."
noarch=yes
Add_dependency full autoconf ">=2.60"
Add_dependency full libtool ">=2.4.2_3"