summaryrefslogtreecommitdiffstats
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
parente231f2734e6ac447afc2a5752c467871f12c5ba6 (diff)
downloadnutyx-extra-efd76025f43eb719aa9a3dcaa11df56ac482139a.tar.gz
nutyx-extra-efd76025f43eb719aa9a3dcaa11df56ac482139a.tar.bz2
nutyx-extra-efd76025f43eb719aa9a3dcaa11df56ac482139a.tar.xz
nutyx-extra-efd76025f43eb719aa9a3dcaa11df56ac482139a.zip
p5-xml-simple, suppression doublon
-rw-r--r--base/p5-xml-simple/.footprint1
-rw-r--r--base/p5-xml-simple/Pkgfile5
2 files changed, 2 insertions, 4 deletions
diff --git a/base/p5-xml-simple/.footprint b/base/p5-xml-simple/.footprint
index b969132b1..732921676 100644
--- a/base/p5-xml-simple/.footprint
+++ b/base/p5-xml-simple/.footprint
@@ -15,7 +15,6 @@ drwxr-xr-x root/root usr/share/man/man3/
-r--r--r-- root/root usr/share/man/man3/XML::Simple::FAQ.3.gz
drwxr-xr-x root/root usr/share/perl5/
drwxr-xr-x root/root usr/share/perl5/base/
--rw-r--r-- root/root usr/share/perl5/base/perllocal.pod
drwxr-xr-x root/root usr/share/perl5/site/
drwxr-xr-x root/root usr/share/perl5/site/XML/
-r--r--r-- root/root usr/share/perl5/site/XML/Simple.pm
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
}