contrib/p5-io-zlib/Pkgfile

21 lines
621 B
Plaintext
Raw Normal View History

2008-04-12 20:26:41 +02:00
# Description: IO:: style interface to Compress::Zlib
# URL: http://search.cpan.org/~tomhughes/IO-Zlib/
# Maintainer: Mikhail Kolesnik, mike at openbunker dot org
# Packager: Younes Hafri, ycrux at club-internet dot fr
# Depends on: p5-compress-zlib
2007-03-04 13:55:34 +01:00
name=p5-io-zlib
2008-04-12 20:26:41 +02:00
version=1.09
release=1
2007-03-04 13:55:34 +01:00
source=(http://search.cpan.org/CPAN/authors/id/T/TO/TOMHUGHES/IO-Zlib-$version.tar.gz)
2008-04-12 20:26:41 +02:00
build() {
2007-03-04 13:55:34 +01:00
cd IO-Zlib-$version
perl Makefile.PL
2008-04-12 20:26:41 +02:00
make OPTIMIZE="$CFLAGS"
make DESTDIR=$PKG install
find $PKG -name .packlist -exec rm {} \;
find $PKG -name perllocal.pod -exec rm {} \;
find $PKG -depth -type d -empty -exec rm -rf {} \;
2007-03-04 13:55:34 +01:00
}