wine: updated to 1.1.21
[namenlos-ports.git] / p5-xml-namespacesupport / Pkgfile
blob5c045d0ac1d9f422db180e06c6663082ffc21487
1 # Maintainer: Richard Pöttler, richard dot poettler at gmail dot com
2 # Description: a simple generic namespace support class
3 # URL: http://search.cpan.org/~rberjon/XML-NamespaceSupport/NamespaceSupport.pm
4 # Depends on: 
6 name=p5-xml-namespacesupport
7 version=1.09
8 release=2
9 source=(http://www.cpan.org/modules/by-module/XML/XML-NamespaceSupport-$version.tar.gz)
11 build () {
12         cd XML-NamespaceSupport-$version
13         perl Makefile.PL
14         make OPTIMIZE="$CFLAGS"
15         make DESTDIR=$PKG install
16         find ${PKG} -name perllocal.pod -delete
17         find ${PKG} -name .packlist -delete
18         find $PKG -type d -empty -delete