summaryrefslogtreecommitdiffstats
path: root/extra/p5-crypt-ssleay
diff options
context:
space:
mode:
authorlesibel <lesibel@free.fr>2009-11-02 15:18:06 +0100
committerlesibel <lesibel@free.fr>2009-11-02 15:18:06 +0100
commit6afbb11982841cb7da09cf739358e8f2be775fa5 (patch)
tree68d8cfb10fe453bb81254a5d3d6a1b390c285799 /extra/p5-crypt-ssleay
parentdf49fc489135392e0456e255715edb1f2a48651d (diff)
downloadnutyx-extra-6afbb11982841cb7da09cf739358e8f2be775fa5.tar.gz
nutyx-extra-6afbb11982841cb7da09cf739358e8f2be775fa5.tar.bz2
nutyx-extra-6afbb11982841cb7da09cf739358e8f2be775fa5.tar.xz
nutyx-extra-6afbb11982841cb7da09cf739358e8f2be775fa5.zip
Ajout de p5-crypt-ssleay#0.57_01
Diffstat (limited to 'extra/p5-crypt-ssleay')
-rw-r--r--extra/p5-crypt-ssleay/.footprint2
-rw-r--r--extra/p5-crypt-ssleay/Pkgfile4
2 files changed, 4 insertions, 2 deletions
diff --git a/extra/p5-crypt-ssleay/.footprint b/extra/p5-crypt-ssleay/.footprint
index e881f40cf..ee1eea55d 100644
--- a/extra/p5-crypt-ssleay/.footprint
+++ b/extra/p5-crypt-ssleay/.footprint
@@ -1,6 +1,8 @@
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/5.10.1/
+drwxr-xr-x root/root usr/lib/perl5/5.10.1/i686-linux-thread-multi/
drwxr-xr-x root/root usr/lib/perl5/site_perl/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.10.1/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.10.1/i686-linux-thread-multi/
diff --git a/extra/p5-crypt-ssleay/Pkgfile b/extra/p5-crypt-ssleay/Pkgfile
index 6883f0db1..1ee43d1cf 100644
--- a/extra/p5-crypt-ssleay/Pkgfile
+++ b/extra/p5-crypt-ssleay/Pkgfile
@@ -12,9 +12,9 @@ source=(http://search.cpan.org/CPAN/authors/id/D/DL/DLAND/Crypt-SSLeay-$version.
build() {
cd Crypt-SSLeay-$version
echo "n" | perl Makefile.PL --lib=/usr
+ mkdir -p $PKG/usr/lib/perl5/5.10.1/i686-linux-thread-multi/
make
make DESTDIR=$PKG install
- find $PKG -name perllocal.pod|xargs rm
- find $PKG -empty | xargs rmdir -p ||:
+ rm -rf $PKG/usr/lib/perl5/5.10.1/i686-linux-thread-multi/perllocal.pod
}