Subversion Repository

Parent Directory Parent Directory | Revision Log Revision Log


Revision 259 - (hide annotations)
Sun Oct 4 15:02:05 2009 UTC (3 years, 7 months ago) by cjg
File size: 586 byte(s)
p5-compress-raw-zlib: added
1 cjg 259 # Description: Low-Level Interface to zlib compression library
2     # URL: http://search.cpan.org/~pmqs/Compress-Raw-Zlib-2.015/
3     # Maintainer: Giuseppe Coviello <cjg@cruxppc.org>
4     # Packager: Giuseppe Coviello <cjg@cruxppc.org>
5     # Depends on:
6    
7     name=p5-compress-raw-zlib
8     version=2.015
9     release=1
10     source=(http://www.cpan.org/authors/id/P/PM/PMQS/Compress-Raw-Zlib-$version.tar.gz)
11    
12     build() {
13     cd Compress-Raw-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     }