void-packages/srcpkgs/perl-Locale-gettext/template
2013-04-11 09:10:30 +02:00

21 lines
629 B
Plaintext

# Template build file for 'perl-Locale-gettext'.
pkgname=perl-Locale-gettext
version=1.05
revision=1
wrksrc="gettext-$version"
build_style=perl-module
hostmakedepends="perl>=5.16"
short_desc="Permits access from Perl to the gettext() family of functions"
maintainer="davehome <davehome@redthumb.info.tm>"
homepage="http://search.cpan.org/dist/gettext"
license="GPL-2"
distfiles="http://search.cpan.org/CPAN/authors/id/P/PV/PVANDRY/gettext-${version}.tar.gz"
checksum=27367f3dc1be79c9ed178732756e37e4cfce45f9e2a27ebf26e1f40d80124694
perl-Locale-gettext_package() {
depends="${hostmakedepends}"
pkg_install() {
vmove usr
}
}