diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2015-03-06 19:43:06 +1100 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2015-03-06 19:43:06 +1100 |
commit | 2ed67d4d4a803fbce40e85cc20a64d54d504887e (patch) | |
tree | aa33184bdd86d30c0a17c6d7501851f88bff4f0e /p5-text-csv-xs/Pkgfile | |
parent | d97746daeb2343b3d528f956dd76d63e0bc695d0 (diff) | |
download | contrib-2ed67d4d4a803fbce40e85cc20a64d54d504887e.tar.gz contrib-2ed67d4d4a803fbce40e85cc20a64d54d504887e.tar.xz |
p5-text-csv-xs: 1.00 -> 1.16
Diffstat (limited to 'p5-text-csv-xs/Pkgfile')
-rw-r--r-- | p5-text-csv-xs/Pkgfile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/p5-text-csv-xs/Pkgfile b/p5-text-csv-xs/Pkgfile index dc9dc245b..4c675580c 100644 --- a/p5-text-csv-xs/Pkgfile +++ b/p5-text-csv-xs/Pkgfile @@ -1,21 +1,21 @@ # Description: Perl comma-separated values manipulation routines. -# URL: http://search.cpan.org/~hmbrand/Text-CSV_XS-0.94/CSV_XS.pm +# URL: http://search.cpan.org/dist/Text-CSV_XS/ # Maintainer: Danny Rawlins, crux at romster dot me # Packager: Danny Rawlins, crux at romster dot me name=p5-text-csv-xs -version=1.00 +version=1.16 release=1 source=(http://search.cpan.org/CPAN/authors/id/H/HM/HMBRAND/Text-CSV_XS-$version.tgz) build() { - cd Text-CSV_XS-$version + cd Text-CSV_XS-$version - perl Makefile.PL - make OPTIMIZE="$CFLAGS" - make DESTDIR=$PKG install + perl Makefile.PL + make OPTIMIZE="$CFLAGS" + make DESTDIR=$PKG install - # Remove perlcrap + # Remove perlcrap find $PKG -type f \( \ -name '.packlist' -o \ -name '*.bs' -o \ |