summaryrefslogtreecommitdiffstats
path: root/extra/p5-compress-raw-zlib
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-11 22:30:33 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-11 22:30:33 +0200
commit4c44122104a79fa67c0392f4c80b4c84f462be62 (patch)
tree28396ab849e23a80395de28db63d50992e928086 /extra/p5-compress-raw-zlib
parentd570a7630026c7ae451a42e7c6e2508232785cad (diff)
downloadnutyx-pakxe-4c44122104a79fa67c0392f4c80b4c84f462be62.tar.gz
nutyx-pakxe-4c44122104a79fa67c0392f4c80b4c84f462be62.tar.bz2
nutyx-pakxe-4c44122104a79fa67c0392f4c80b4c84f462be62.tar.xz
nutyx-pakxe-4c44122104a79fa67c0392f4c80b4c84f462be62.zip
Ajout de p5-compress-raw-zlib#2.020-1
Diffstat (limited to 'extra/p5-compress-raw-zlib')
-rw-r--r--extra/p5-compress-raw-zlib/.footprint17
-rw-r--r--extra/p5-compress-raw-zlib/.md5sum1
-rw-r--r--extra/p5-compress-raw-zlib/Pkgfile31
3 files changed, 49 insertions, 0 deletions
diff --git a/extra/p5-compress-raw-zlib/.footprint b/extra/p5-compress-raw-zlib/.footprint
new file mode 100644
index 000000000..0cc2b9226
--- /dev/null
+++ b/extra/p5-compress-raw-zlib/.footprint
@@ -0,0 +1,17 @@
+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.0/
+drwxr-xr-x root/root usr/lib/perl5/5.10.0/i686-linux/
+drwxr-xr-x root/root usr/lib/perl5/5.10.0/i686-linux/Compress/
+drwxr-xr-x root/root usr/lib/perl5/5.10.0/i686-linux/Compress/Raw/
+-r--r--r-- root/root usr/lib/perl5/5.10.0/i686-linux/Compress/Raw/Zlib.pm
+drwxr-xr-x root/root usr/lib/perl5/5.10.0/i686-linux/auto/
+drwxr-xr-x root/root usr/lib/perl5/5.10.0/i686-linux/auto/Compress/
+drwxr-xr-x root/root usr/lib/perl5/5.10.0/i686-linux/auto/Compress/Raw/
+drwxr-xr-x root/root usr/lib/perl5/5.10.0/i686-linux/auto/Compress/Raw/Zlib/
+-r-xr-xr-x root/root usr/lib/perl5/5.10.0/i686-linux/auto/Compress/Raw/Zlib/Zlib.so
+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/Compress::Raw::Zlib.3.gz
diff --git a/extra/p5-compress-raw-zlib/.md5sum b/extra/p5-compress-raw-zlib/.md5sum
new file mode 100644
index 000000000..a9df42f0a
--- /dev/null
+++ b/extra/p5-compress-raw-zlib/.md5sum
@@ -0,0 +1 @@
+d0f6baff3d38b6076a14778004345db3 Compress-Raw-Zlib-2.020.tar.gz
diff --git a/extra/p5-compress-raw-zlib/Pkgfile b/extra/p5-compress-raw-zlib/Pkgfile
new file mode 100644
index 000000000..1e411ec46
--- /dev/null
+++ b/extra/p5-compress-raw-zlib/Pkgfile
@@ -0,0 +1,31 @@
+# Description: Module perl Compress Raw Zlib
+# URL: http://search.cpan.org/search?query=Compress-Raw-Zlib
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: perl
+
+name=p5-compress-raw-zlib
+version=2.020
+release=1
+
+source=(http://cpan.org/authors/id/P/PM/PMQS/Compress-Raw-Zlib-$version.tar.gz )
+
+
+build() {
+ cd Compress-Raw-Zlib-$version
+ perl Makefile.PL
+ make OPTIMIZE="$CFLAGS"
+ make DESTDIR=$PKG install
+
+ # Remove perlcrap
+ find $PKG \
+ \( -name '.packlist' -or \
+ -name '*.bs' -or \
+ -name 'autosplit.ix' -or \
+ -name 'perllocal.pod' \) -delete
+
+ # Remove empty directories
+ find $PKG -depth -empty -delete
+
+}
+