summaryrefslogtreecommitdiffstats
path: root/extra
diff options
context:
space:
mode:
authorlesibel <lesibel@free.fr>2009-11-02 22:18:06 +0800
committerfredjo <frederic.joly@9online.fr>2009-11-02 23:03:44 +0800
commit3bbd1bcf8c7fcea945dc5797223d273bb4973805 (patch)
tree9e62fe9784851cea0677597be0f6f8a9e9cb92ef /extra
parent5a2a9971e1e7e0bef99d0a76e36a8d3d1545bc2f (diff)
downloadnutyx-extra-3bbd1bcf8c7fcea945dc5797223d273bb4973805.tar.gz
nutyx-extra-3bbd1bcf8c7fcea945dc5797223d273bb4973805.tar.bz2
nutyx-extra-3bbd1bcf8c7fcea945dc5797223d273bb4973805.tar.xz
nutyx-extra-3bbd1bcf8c7fcea945dc5797223d273bb4973805.zip
Ajout de p5-crypt-ssleay#0.57_01
Diffstat (limited to 'extra')
-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
}