contrib/p5-text-iconv/Pkgfile
2006-11-14 09:01:22 +10:00

22 lines
622 B
Plaintext

# $Id: Pkgfile 1330 2006-11-13 20:54:04Z prologic $
# 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
}