contrib/p5-rpc-xml/Pkgfile

21 lines
553 B
Plaintext
Raw Normal View History

2007-01-27 14:21:13 +01:00
# Description: A set of classes for core data, message and XML handling
# URL: http://search.cpan.org/~rjray/RPC-XML-0.59/
# Maintainer: unmaintained
2007-01-27 14:21:13 +01:00
# Packager: Younes Hafri, ycrux at club-internet dot fr
#
# Depends on: p5-xml-parser
2007-01-27 14:21:13 +01:00
name=p5-rpc-xml
version=0.59
release=2
2007-01-27 14:21:13 +01:00
source=(http://search.cpan.org/CPAN/authors/id/R/RJ/RJRAY/RPC-XML-$version.tar.gz)
build () {
cd RPC-XML-$version
perl Makefile.PL
make OPTIMIZE="${CFLAGS}"
make DESTDIR=${PKG} install
find ${PKG} -name perllocal.pod -exec rm {} \;
chown -R root:root $PKG
}