contrib/p5-io-zlib/Pkgfile

21 lines
558 B
Plaintext
Raw Normal View History

2007-03-04 13:55:34 +01:00
# Description: Perl Library IO::Zlib
# URL: http://search.cpan.org/~tomhughes/IO-Zlib-1.04/
# Maintainer: James Mills, prologic at shortcircuit dot net dot au
# Packager: Younes Hafri, ycrux at club-internet dot fr
#
2007-03-04 14:01:01 +01:00
# Depends on: zlib
2007-03-04 13:55:34 +01:00
name=p5-io-zlib
version=1.04
2007-03-04 14:01:01 +01:00
release=2
2007-03-04 13:55:34 +01:00
source=(http://search.cpan.org/CPAN/authors/id/T/TO/TOMHUGHES/IO-Zlib-$version.tar.gz)
build () {
cd IO-Zlib-$version
perl Makefile.PL
make OPTIMIZE="${CFLAGS}"
make DESTDIR=${PKG} install
find ${PKG} -name perllocal.pod -exec rm {} \;
chown -R root:root $PKG
}