automake: convert to the new template format.

This commit is contained in:
Juan RP 2013-04-10 23:38:01 +02:00
parent bcb8ae6309
commit 75dda27a19
1 changed files with 7 additions and 2 deletions

View File

@ -2,12 +2,17 @@
pkgname=automake
version=1.13.1
revision=3
noarch=yes
build_style=gnu-configure
fulldepends="perl autoconf>=2.60"
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
vmove usr
}