CRUX PPC
A lightweight GNU/Linux distribution for PowerPC!
Subversion Repository
Parent Directory
|
Revision Log
Revision 779 -
(show annotations)
Sun Oct 4 15:09:51 2009 UTC (3 years, 8 months ago) by cjg
File size: 578 byte(s)
Sun Oct 4 15:09:51 2009 UTC (3 years, 8 months ago) by cjg
File size: 578 byte(s)
p5-compress-zlib: added
| 1 | # Description: Interface to zlib compression library |
| 2 | # URL: http://search.cpan.org/~pmqs/Compress-Zlib-2.015/ |
| 3 | # Maintainer: Giuseppe Coviello <cjg@cruxppc.org> |
| 4 | # Packager: Giuseppe Coviello <cjg@cruxppc.org> |
| 5 | # Depends on: p5-io-compress-zlib |
| 6 | |
| 7 | name=p5-compress-zlib |
| 8 | version=2.015 |
| 9 | release=1 |
| 10 | source=(http://www.cpan.org/authors/id/P/PM/PMQS/Compress-Zlib-$version.tar.gz) |
| 11 | |
| 12 | build() { |
| 13 | cd Compress-Zlib-$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 | } |