opt/p5-html-tagset/Pkgfile

20 lines
539 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: HTML::Tagset
2006-10-07 17:34:54 +02:00
# URL: http://search.cpan.org/~petdance/HTML-Tagset-3.04/
2008-02-05 03:33:42 +01:00
# Maintainer: Lucas Hazel, lucas at die dot net dot au
# Packager: Matt Housh, jaeger at morpheus dot net
2006-02-23 16:26:10 +01:00
# Depends on: perl
name=p5-html-tagset
version=3.04
release=4
2006-02-23 16:26:10 +01:00
source=(http://www.cpan.org/authors/id/S/SB/SBURKE/HTML-Tagset-$version.tar.gz)
build() {
cd HTML-Tagset-$version
perl Makefile.PL
make OPTIMIZE="$CFLAGS"
make DESTDIR=$PKG install
find ${PKG} -name perllocal.pod -exec rm '{}' \;
find ${PKG} -name .packlist -exec rm '{}' \;
}