contrib/p5-text-iconv/Pkgfile
2007-01-20 12:21:06 +10:00

22 lines
599 B
Plaintext

# Description: Perl Interface to Iconv.
# URL: http://search.cpan.org/~mpiotr/Text-Iconv-1.4/
# Maintainer: James Mills, prologic at shortcircuit dot net dot au
# Packager: James Mills, prologic at shortcircuit dot net dot au
#
# Depends on:
name=p5-text-iconv
version=1.4
release=2
source=(http://search.cpan.org/CPAN/authors/id/M/MP/MPIOTR/Text-Iconv-$version.tar.gz)
build() {
cd Text-Iconv-$version
perl Makefile.PL
make
make test
make PERLPREFIX=$PKG/usr SITEPREFIX=$PKG/usr install
find $PKG -name "perllocal.pod" -exec rm {} \;
chown -R root:root $PKG
}