diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-04-10 22:37:46 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-04-10 22:37:46 +0200 |
commit | f1e4dd96b4161c2332c23daacffbfb17d3f4eddd (patch) | |
tree | 8e2dbeb3ba3a1cfb6b0f09a892689c660a10c74b | |
parent | 51524eaaec52c4b41b3d078b11a965bb0c6d28ea (diff) | |
download | nutyx-extra-f1e4dd96b4161c2332c23daacffbfb17d3f4eddd.tar.gz nutyx-extra-f1e4dd96b4161c2332c23daacffbfb17d3f4eddd.tar.bz2 nutyx-extra-f1e4dd96b4161c2332c23daacffbfb17d3f4eddd.tar.xz nutyx-extra-f1e4dd96b4161c2332c23daacffbfb17d3f4eddd.zip |
p5-test-pod, correction port
-rw-r--r-- | base/p5-test-pod/.footprint.i686 | 13 | ||||
-rw-r--r-- | base/p5-test-pod/.footprint.x86_64 | 13 | ||||
-rw-r--r-- | base/p5-test-pod/Pkgfile | 6 |
3 files changed, 22 insertions, 10 deletions
diff --git a/base/p5-test-pod/.footprint.i686 b/base/p5-test-pod/.footprint.i686 index 0492f29f7..db893ba63 100644 --- a/base/p5-test-pod/.footprint.i686 +++ b/base/p5-test-pod/.footprint.i686 @@ -1,8 +1,15 @@ -drwxr-xr-x root/root auto/ -drwxr-xr-x root/root auto/Test/ -drwxr-xr-x root/root auto/Test/Pod/ drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/perl5/ +drwxr-xr-x root/root usr/lib/perl5/site/ +drwxr-xr-x root/root usr/lib/perl5/site/auto/ +drwxr-xr-x root/root usr/lib/perl5/site/auto/Test/ +drwxr-xr-x root/root usr/lib/perl5/site/auto/Test/Pod/ drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/man/ drwxr-xr-x root/root usr/share/man/man3/ -r--r--r-- root/root usr/share/man/man3/Test::Pod.3.gz +drwxr-xr-x root/root usr/share/perl5/ +drwxr-xr-x root/root usr/share/perl5/site/ +drwxr-xr-x root/root usr/share/perl5/site/Test/ +-r--r--r-- root/root usr/share/perl5/site/Test/Pod.pm diff --git a/base/p5-test-pod/.footprint.x86_64 b/base/p5-test-pod/.footprint.x86_64 index 0492f29f7..db893ba63 100644 --- a/base/p5-test-pod/.footprint.x86_64 +++ b/base/p5-test-pod/.footprint.x86_64 @@ -1,8 +1,15 @@ -drwxr-xr-x root/root auto/ -drwxr-xr-x root/root auto/Test/ -drwxr-xr-x root/root auto/Test/Pod/ drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/perl5/ +drwxr-xr-x root/root usr/lib/perl5/site/ +drwxr-xr-x root/root usr/lib/perl5/site/auto/ +drwxr-xr-x root/root usr/lib/perl5/site/auto/Test/ +drwxr-xr-x root/root usr/lib/perl5/site/auto/Test/Pod/ drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/man/ drwxr-xr-x root/root usr/share/man/man3/ -r--r--r-- root/root usr/share/man/man3/Test::Pod.3.gz +drwxr-xr-x root/root usr/share/perl5/ +drwxr-xr-x root/root usr/share/perl5/site/ +drwxr-xr-x root/root usr/share/perl5/site/Test/ +-r--r--r-- root/root usr/share/perl5/site/Test/Pod.pm diff --git a/base/p5-test-pod/Pkgfile b/base/p5-test-pod/Pkgfile index de0d8eb9b..96a3cdece 100644 --- a/base/p5-test-pod/Pkgfile +++ b/base/p5-test-pod/Pkgfile @@ -2,17 +2,15 @@ # URL: http://search.cpan.org/dist/Test-Pod # Maintainer: NuTyX core team # Packager: lesibel at free dot fr -# Depends on: -# Run on: name=p5-test-pod version=1.44 -release=1 +release=2 source=(http://search.cpan.org/CPAN/authors/id/D/DW/DWHEELER/Test-Pod-$version.tar.gz ) build() { cd Test-Pod-$version - perl Build.PL installdirs=vendor + perl Build.PL ./Build ./Build install destdir=$PKG |