CRUX PPC
A lightweight GNU/Linux distribution for PowerPC!
Subversion Repository
Parent Directory
|
Revision Log
Revision 258 -
(show annotations)
Sun Oct 4 15:02:05 2009 UTC (3 years, 7 months ago) by cjg
File size: 571 byte(s)
Sun Oct 4 15:02:05 2009 UTC (3 years, 7 months ago) by cjg
File size: 571 byte(s)
p5-archive-zip: added
| 1 | # Description: Provide an interface to ZIP archive files |
| 2 | # URL: http://search.cpan.org/~adamk/Archive-Zip-1.26/ |
| 3 | # Maintainer: Giuseppe Coviello <cjg@cruxppc.org> |
| 4 | # Packager: Giuseppe Coviello <cjg@cruxppc.org> |
| 5 | # Depends on: p5-compress-zlib |
| 6 | |
| 7 | name=p5-archive-zip |
| 8 | version=1.26 |
| 9 | release=1 |
| 10 | source=(http://www.cpan.org/authors/id/A/AD/ADAMK/Archive-Zip-$version.tar.gz) |
| 11 | |
| 12 | build() { |
| 13 | cd Archive-Zip-$version |
| 14 | echo "no" | perl Makefile.PL |
| 15 | make OPTIMIZE="$CFLAGS" |
| 16 | make DESTDIR=$PKG install |
| 17 | find ${PKG} -name .packlist -o \ |
| 18 | -name perllocal.pod -o \ |
| 19 | -name '*.bs' | xargs rm |
| 20 | } |