diff options
author | lesibel <lesibel@free.fr> | 2009-11-02 22:18:06 +0800 |
---|---|---|
committer | fredjo <frederic.joly@9online.fr> | 2009-11-02 23:03:44 +0800 |
commit | 3bbd1bcf8c7fcea945dc5797223d273bb4973805 (patch) | |
tree | 9e62fe9784851cea0677597be0f6f8a9e9cb92ef | |
parent | 5a2a9971e1e7e0bef99d0a76e36a8d3d1545bc2f (diff) | |
download | nutyx-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
-rw-r--r-- | extra/p5-crypt-ssleay/.footprint | 2 | ||||
-rw-r--r-- | extra/p5-crypt-ssleay/Pkgfile | 4 |
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 } |