2008-10-06 21:11:03 +02:00
|
|
|
# Template build file for 'automake'.
|
|
|
|
pkgname=automake
|
2013-01-06 10:45:28 +01:00
|
|
|
version=1.13.1
|
2013-03-26 08:24:36 +01:00
|
|
|
revision=3
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2013-04-10 23:38:01 +02:00
|
|
|
hostmakedepends="perl autoconf>=2.60"
|
2008-10-06 21:11:03 +02:00
|
|
|
short_desc="GNU Standards-compliant Makefile generator"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2012-02-29 09:59:47 +01:00
|
|
|
license="GPL-2"
|
2012-07-11 12:25:51 +02:00
|
|
|
homepage="http://www.gnu.org/software/automake"
|
2013-01-06 10:45:28 +01:00
|
|
|
distfiles="http://ftp.gnu.org/gnu/automake/${pkgname}-${version}.tar.xz"
|
|
|
|
checksum=6ecd6cf682e78e833361264263f0f9496949bfbae7f8366bc327de38ff0ad18b
|
2013-04-10 23:38:01 +02:00
|
|
|
|
|
|
|
automake_package() {
|
|
|
|
depends="perl autoconf>=2.60"
|
|
|
|
noarch=yes
|
2013-04-10 23:40:32 +02:00
|
|
|
pkg_install() {
|
|
|
|
vmove usr
|
|
|
|
}
|
2013-04-10 23:38:01 +02:00
|
|
|
}
|