contrib/p5-lwp/Pkgfile

20 lines
536 B
Plaintext
Raw Normal View History

2008-04-11 08:56:01 +02:00
# Description: Perl World Wide Web Library.
# URL: http://search.cpan.org/~gaas/libwww-perl-5.805/
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
# Packager: James Mills, prologic at shortcircuit dot net dot au
# Depends on: p5-html-parser p5-uri
2006-11-15 18:27:10 +01:00
name=p5-lwp
2008-04-11 08:56:01 +02:00
version=5.810
2006-11-15 18:27:10 +01:00
release=1
source=(http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/libwww-perl-$version.tar.gz)
build() {
2008-04-11 08:56:01 +02:00
cd libwww-perl-$version
yes | perl Makefile.PL -n
make
make DESTDIR=$PKG install
find $PKG -name "perllocal.pod" -exec rm {} \;
2006-11-15 18:27:10 +01:00
}
2008-04-11 08:56:01 +02:00