21 lines
818 B
Plaintext
21 lines
818 B
Plaintext
# Template build file for 'automake'.
|
|
pkgname=automake
|
|
version=1.12.4
|
|
revision=1
|
|
noarch=yes
|
|
build_style=gnu-configure
|
|
fulldepends="autoconf>=2.60 libtool>=2.4.2_3"
|
|
short_desc="GNU Standards-compliant Makefile generator"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="GPL-2"
|
|
homepage="http://www.gnu.org/software/automake"
|
|
distfiles="http://ftp.gnu.org/gnu/automake/$pkgname-$version.tar.xz"
|
|
checksum=516f218ce5fb0e79005987cec67d1bc35e012b7b71521eab35fa47c7416df772
|
|
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."
|