p5-text-csv-xs: new port for xtables-geoip

This commit is contained in:
Danny Rawlins 2010-12-27 14:06:41 +11:00
parent 6ac3aff1a7
commit 30508675f3
3 changed files with 44 additions and 0 deletions

15
p5-text-csv-xs/.footprint Normal file
View File

@ -0,0 +1,15 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/perl5/
drwxr-xr-x root/root usr/lib/perl5/site_perl/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.12/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.12/linux-thread-multi/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.12/linux-thread-multi/Text/
-r--r--r-- root/root usr/lib/perl5/site_perl/5.12/linux-thread-multi/Text/CSV_XS.pm
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.12/linux-thread-multi/auto/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.12/linux-thread-multi/auto/Text/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.12/linux-thread-multi/auto/Text/CSV_XS/
-r-xr-xr-x root/root usr/lib/perl5/site_perl/5.12/linux-thread-multi/auto/Text/CSV_XS/CSV_XS.so
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man3/
-r--r--r-- root/root usr/man/man3/Text::CSV_XS.3pm.gz

1
p5-text-csv-xs/.md5sum Normal file
View File

@ -0,0 +1 @@
b3334f0d9764ddd427c02f29277d728d Text-CSV_XS-0.80.tgz

28
p5-text-csv-xs/Pkgfile Normal file
View File

@ -0,0 +1,28 @@
# Description: Perl Terminal Readkey Library.
# URL: http://search.cpan.org/~hmbrand/Text-CSV_XS-0.80/CSV_XS.pm
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
# Packager: Danny Rawlins, monster dot romster at gmail dot com
name=p5-text-csv-xs
version=0.80
release=1
source=(http://search.cpan.org/CPAN/authors/id/H/HM/HMBRAND/Text-CSV_XS-$version.tgz)
build() {
cd Text-CSV_XS-$version
perl Makefile.PL
make OPTIMIZE="$CFLAGS"
make DESTDIR=$PKG install
# Remove perlcrap
find $PKG -type f \( \
-name '.packlist' -o \
-name '*.bs' -o \
-name 'autosplit.ix' -o \
-name 'perllocal.pod' \) -delete
# Remove empty directories
find $PKG -depth -empty -delete
}