p5-rpc-xml: picked up & updated port

This commit is contained in:
Mikhail Kolesnik 2008-04-12 22:30:35 +03:00
parent ab58d5d809
commit 34a6cc7640
3 changed files with 14 additions and 21 deletions

View File

@ -3,8 +3,6 @@ drwxr-xr-x root/root usr/bin/
-r-xr-xr-x root/root usr/bin/make_method
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/perl5/
drwxr-xr-x root/root usr/lib/perl5/5.8.8/
drwxr-xr-x root/root usr/lib/perl5/5.8.8/linux/
drwxr-xr-x root/root usr/lib/perl5/site_perl/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/Apache/
@ -71,11 +69,6 @@ drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/auto/RPC/XML/Server/
-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.8/auto/RPC/XML/Server/share_methods.al
-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.8/auto/RPC/XML/Server/share_procs.al
-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.8/auto/RPC/XML/Server/timeout.al
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/linux/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/linux/auto/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/linux/auto/RPC/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/linux/auto/RPC/XML/
-rw-r--r-- root/root usr/lib/perl5/site_perl/5.8.8/linux/auto/RPC/XML/.packlist
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-r--r--r-- root/root usr/man/man1/make_method.1pm.gz

View File

@ -1 +1 @@
c65c66b3dbc3ff6236fe665a600aa57b RPC-XML-0.59.tar.gz
82bf481396e5ad5cc63c1e70483dd904 RPC-XML-0.60.tar.gz

View File

@ -1,20 +1,20 @@
# Description: A set of classes for core data, message and XML handling
# URL: http://search.cpan.org/~rjray/RPC-XML-0.59/
# Maintainer: unmaintained
# Packager: Younes Hafri, ycrux at club-internet dot fr
#
# Depends on: p5-xml-parser
# 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
# Depends on: p5-xml-parser
name=p5-rpc-xml
version=0.59
release=2
version=0.60
release=1
source=(http://search.cpan.org/CPAN/authors/id/R/RJ/RJRAY/RPC-XML-$version.tar.gz)
build () {
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
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 {} \;
}