contrib/p5-libwww/Pkgfile
2008-12-20 00:03:48 +02:00

21 lines
620 B
Plaintext

# Description: Perl API to the World-Wide Web
# URL: http://search.cpan.org/~gaas/libwww-perl/
# Maintainer: Mikhail Kolesnik, mike at openbunker dot org
# Packager: Younes Hafri, ycrux at club-internet dot fr
# Depends on: p5-uri p5-html-parser
name=p5-libwww
version=5.822
release=2
source=(http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/libwww-perl-$version.tar.gz)
build() {
cd libwww-perl-$version
perl Makefile.PL
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 {} \;
}