contrib/p5-text-iconv/Pkgfile

22 lines
599 B
Plaintext
Raw Normal View History

2006-11-19 22:26:53 +01:00
# Description: Perl Interface to Iconv.
# URL: http://search.cpan.org/~mpiotr/Text-Iconv-1.4/
2007-01-20 03:21:06 +01:00
# Maintainer: James Mills, prologic at shortcircuit dot net dot au
# Packager: James Mills, prologic at shortcircuit dot net dot au
2006-11-19 22:26:53 +01:00
#
# Depends on:
2006-11-14 00:01:22 +01:00
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() {
2006-11-19 22:26:53 +01:00
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
2006-11-14 00:01:22 +01:00
}