void-packages/srcpkgs/automake/template

21 lines
818 B
Plaintext
Raw Normal View History

# Template build file for 'automake'.
pkgname=automake
2012-06-02 06:57:23 +00:00
version=1.12.1
2012-02-29 08:59:47 +00:00
homepage="http://www.gnu.org/software/automake"
distfiles="http://ftp.gnu.org/gnu/automake/$pkgname-$version.tar.xz"
build_style=gnu-configure
fulldepends="autoconf>=2.60 libtool>=2.4.2_3"
2012-06-02 06:57:23 +00:00
noarch=yes
revision=1
short_desc="GNU Standards-compliant Makefile generator"
maintainer="Juan RP <xtraeme@gmail.com>"
2012-02-29 08:59:47 +00:00
license="GPL-2"
2012-06-02 06:57:23 +00:00
checksum=32750869b24ac2a25765215fdf75c349aabf9465e436de2351602e1aca5c173f
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."