void-packages/srcpkgs/automake/template
2013-06-22 07:36:59 +02:00

21 lines
550 B
Plaintext

# Template build file for 'automake'.
pkgname=automake
version=1.14
revision=1
build_style=gnu-configure
hostmakedepends="perl autoconf>=2.60"
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=e1188f5d074374cf06946cabb2b9e70bee141637a8fd1fab9a660c8930fe8059
automake_package() {
depends="perl autoconf>=2.60"
noarch=yes
pkg_install() {
vmove all
}
}