opt/p5-html-parser/Pkgfile
2007-09-06 10:15:32 -05:00

19 lines
502 B
Plaintext

# Description: HTML::Parser
# URL: http://search.cpan.org/~gaas/HTML-Parser-3.46/
# Maintainer: Matt Housh, jaeger at morpheus dot net
# Depends on: p5-html-tagset
name=p5-html-parser
version=3.56
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 '{}' \;
}