# Description: perl interface to gettext localization # URL: http://search.cpan.org/CPAN/authors/id/P/PV/PVANDRY/ # Packager: Andreas Baumann abaumann at yahoo dot com # # Depends on: perl name=p5-gettext version=1.05 release=1 source=(http://search.cpan.org/CPAN/authors/id/P/PV/PVANDRY/gettext-$version.tar.gz) build() { cd gettext-$version perl Makefile.PL make OPTIMIZE="$CFLAGS" make install DESTDIR=$PKG # Remove perlcrap find $PKG \ -name .packlist -or \ -name perllocal.pod | xargs rm # Remove empty directories find $PKG -depth -empty -exec rm -rf {} \; chown -R root:root $PKG }