opt/p5-html-parser/Pkgfile

19 lines
502 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: HTML::Parser
2006-10-07 17:34:54 +02:00
# URL: http://search.cpan.org/~gaas/HTML-Parser-3.46/
2006-02-23 16:26:10 +01:00
# Maintainer: Matt Housh, jaeger at morpheus dot net
# Depends on: p5-html-tagset
name=p5-html-parser
version=3.56
2006-02-23 16:26:10 +01:00
release=1
source=(http://www.cpan.org/authors/id/G/GA/GAAS/HTML-Parser-$version.tar.gz)
build() {
cd HTML-Parser-$version
echo "no" | perl Makefile.PL
make OPTIMIZE="$CFLAGS"
make DESTDIR=$PKG install
find ${PKG} -name perllocal.pod -exec rm '{}' \;
find ${PKG} -name .packlist -exec rm '{}' \;
}