# Description: Text::Iconv - Perl interface to iconv() codeset conversion function # URL: http://search.cpan.org/~mpiotr/ # Maintainer: John Eriksson # Depends on: libiconv name=p5-text-iconv version=1.7 release=1 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 OPTIMIZE="$CFLAGS" make DESTDIR=$PKG install find $PKG -name perllocal.pod -exec rm {} \; chown root.root $PKG -R }