20 lines
552 B
Text
20 lines
552 B
Text
# Template build file for 'automake'.
|
|
pkgname=automake
|
|
version=1.13.1
|
|
revision=3
|
|
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=6ecd6cf682e78e833361264263f0f9496949bfbae7f8366bc327de38ff0ad18b
|
|
|
|
automake_package() {
|
|
depends="perl autoconf>=2.60"
|
|
noarch=yes
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|