contrib/p5-rpc-xml/Pkgfile

21 lines
607 B
Plaintext
Raw Normal View History

2008-04-12 21:30:35 +02:00
# Description: An implementation of XML-RPC
# URL: http://search.cpan.org/~rjray/RPC-XML/
# Maintainer: Mikhail Kolesnik, mike at openbunker dot org
# Packager: Younes Hafri, ycrux at club-internet dot fr
2008-12-21 00:32:27 +01:00
# Depends on: p5-xml-parser p5-lwp
2007-01-27 14:21:13 +01:00
name=p5-rpc-xml
2010-08-28 09:51:41 +02:00
version=0.73
2010-12-23 20:39:32 +01:00
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)
2008-04-12 21:30:35 +02:00
build() {
2007-01-27 14:21:13 +01:00
cd RPC-XML-$version
perl Makefile.PL
2008-04-12 21:30:35 +02:00
make OPTIMIZE="$CFLAGS"
make DESTDIR=$PKG install
find $PKG -name .packlist -exec rm {} \;
find $PKG -name perllocal.pod -exec rm {} \;
find $PKG -depth -type d -empty -exec rm -rf {} \;
2007-01-27 14:21:13 +01:00
}