summaryrefslogtreecommitdiffstats
path: root/base/p5-xml-simple/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-01-22 21:01:38 +0100
committertnut <thierryn1 at hispeed dot ch>2011-01-22 21:01:38 +0100
commitefd76025f43eb719aa9a3dcaa11df56ac482139a (patch)
treef4f117c47df623951624c05600856db643dbeab5 /base/p5-xml-simple/Pkgfile
parente231f2734e6ac447afc2a5752c467871f12c5ba6 (diff)
downloadnutyx-pakxe-efd76025f43eb719aa9a3dcaa11df56ac482139a.tar.gz
nutyx-pakxe-efd76025f43eb719aa9a3dcaa11df56ac482139a.tar.bz2
nutyx-pakxe-efd76025f43eb719aa9a3dcaa11df56ac482139a.tar.xz
nutyx-pakxe-efd76025f43eb719aa9a3dcaa11df56ac482139a.zip
p5-xml-simple, suppression doublon
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
}