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