opt/p5-html-parser/Pkgfile
2006-02-23 15:26:10 +00:00

18 lines
448 B
Plaintext

# 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 '{}' \;
}