diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-01-22 21:01:38 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-01-22 21:01:38 +0100 |
commit | efd76025f43eb719aa9a3dcaa11df56ac482139a (patch) | |
tree | f4f117c47df623951624c05600856db643dbeab5 | |
parent | e231f2734e6ac447afc2a5752c467871f12c5ba6 (diff) | |
download | nutyx-pakxe-efd76025f43eb719aa9a3dcaa11df56ac482139a.tar.gz nutyx-pakxe-efd76025f43eb719aa9a3dcaa11df56ac482139a.tar.bz2 nutyx-pakxe-efd76025f43eb719aa9a3dcaa11df56ac482139a.tar.xz nutyx-pakxe-efd76025f43eb719aa9a3dcaa11df56ac482139a.zip |
p5-xml-simple, suppression doublon
-rw-r--r-- | base/p5-xml-simple/.footprint | 1 | ||||
-rw-r--r-- | base/p5-xml-simple/Pkgfile | 5 |
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 } |