summaryrefslogtreecommitdiffstats
path: root/base/p5-xml-simple/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'base/p5-xml-simple/Pkgfile')
-rw-r--r--base/p5-xml-simple/Pkgfile5
1 files changed, 2 insertions, 3 deletions
diff --git a/base/p5-xml-simple/Pkgfile b/base/p5-xml-simple/Pkgfile
index 09ec5df12..46b570fbb 100644
--- a/base/p5-xml-simple/Pkgfile
+++ b/base/p5-xml-simple/Pkgfile
@@ -2,11 +2,10 @@
# URL: http://search.cpan.org/~grantm/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
-# Depends on:
name=p5-xml-simple
version=2.18
-release=1
+release=2
source=(http://search.cpan.org/CPAN/authors/id/G/GR/GRANTM/XML-Simple-$version.tar.gz)
build() {
@@ -15,6 +14,6 @@ build() {
mkdir -p $PKG/usr/lib/perl5/5.10.1/i686-linux-thread-multi/
make
make DESTDIR=$PKG install
-# rm $PKG/usr/lib/perl5/5.10.0/i686-linux/perllocal.pod
+ rm $PKG/usr/share/perl5/base/perllocal.pod
rm -rf $PKG/usr/lib/perl5/5.10.1/i686-linux-thread-multi/perllocal.pod
}