21 lines
840 B
Text
21 lines
840 B
Text
# Template build file for 'automake'.
|
|
pkgname=automake
|
|
version=1.11.4
|
|
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>"
|
|
license="GPL-2"
|
|
checksum=e52a03516b545ccaf5d7baa0a2991e2a32c8ba7cf20584a184d406f2fb8b6960
|
|
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"
|