opt/p5-html-parser/Pkgfile

18 lines
448 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: HTML::Parser
# Maintainer: Matt Housh, jaeger at morpheus dot net
# Depends on: p5-html-tagset
name=p5-html-parser
version=3.46
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 '{}' \;
}