Convert to the new template format 8 pkgs.

This commit is contained in:
Juan RP
2013-04-11 09:10:30 +02:00
parent 150d3f778b
commit 0d2728c188
10 changed files with 80 additions and 44 deletions

View File

@@ -3,10 +3,17 @@ pkgname=help2man
version=1.41.1
revision=1
build_style=gnu-configure
fulldepends="perl perl-Locale-gettext"
hostmakedepends="perl perl-Locale-gettext"
short_desc="GNU conversion tool to create man files"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-3"
homepage="http://www.gnu.org/software/help2man"
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz"
checksum=3a650ada9453700e34355770d4f74f257fb1dda1a0f24f44b8a3c1d4cb1ee40d
help2man_package() {
depends="${hostmakedepends}"
pkg_install() {
vmove usr
}
}