20 lines
552 B
Text
20 lines
552 B
Text
# Template build file for 'automake'.
|
|
pkgname=automake
|
|
version=1.13.2
|
|
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=80692147333399def4116ac1967e92fea9dd26f28670a36600efc2755648a646
|
|
|
|
automake_package() {
|
|
depends="perl autoconf>=2.60"
|
|
noarch=yes
|
|
pkg_install() {
|
|
vmove all
|
|
}
|
|
}
|