summaryrefslogtreecommitdiff
path: root/p7zip
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2012-01-09 12:53:00 +1100
committerDanny Rawlins <monster.romster@gmail.com>2012-01-09 12:53:00 +1100
commitb97d8c56756f9b92e358898fcba2810f48eecb3d (patch)
treefb96a6d3028979fee805370b99caa4e604dbc0db /p7zip
parent9f5e91c28ef99bf7a3cf166b6eb199963090df0f (diff)
downloadcontrib-b97d8c56756f9b92e358898fcba2810f48eecb3d.tar.gz
contrib-b97d8c56756f9b92e358898fcba2810f48eecb3d.tar.xz
p7zip: romster -> contrib
Diffstat (limited to 'p7zip')
-rw-r--r--p7zip/.footprint15
-rw-r--r--p7zip/.md5sum1
-rw-r--r--p7zip/Pkgfile26
3 files changed, 42 insertions, 0 deletions
diff --git a/p7zip/.footprint b/p7zip/.footprint
new file mode 100644
index 000000000..31c0eda75
--- /dev/null
+++ b/p7zip/.footprint
@@ -0,0 +1,15 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+lrwxrwxrwx root/root usr/bin/7z -> /usr/lib/p7zip/7za
+lrwxrwxrwx root/root usr/bin/7za -> /usr/lib/p7zip/7za
+lrwxrwxrwx root/root usr/bin/7zr -> /usr/lib/p7zip/7zr
+drwxr-xr-x root/root usr/lib/
+drwxr-xr-x root/root usr/lib/p7zip/
+-rwxr-xr-x root/root usr/lib/p7zip/7zCon.sfx
+-rwxr-xr-x root/root usr/lib/p7zip/7za
+-rwxr-xr-x root/root usr/lib/p7zip/7zr
+drwxr-xr-x root/root usr/man/
+drwxr-xr-x root/root usr/man/man1/
+-rw-r--r-- root/root usr/man/man1/7z.1.gz
+-rw-r--r-- root/root usr/man/man1/7za.1.gz
+-rw-r--r-- root/root usr/man/man1/7zr.1.gz
diff --git a/p7zip/.md5sum b/p7zip/.md5sum
new file mode 100644
index 000000000..3adad997b
--- /dev/null
+++ b/p7zip/.md5sum
@@ -0,0 +1 @@
+bd6caaea567dc0d995c990c5cc883c89 p7zip_9.20.1_src_all.tar.bz2
diff --git a/p7zip/Pkgfile b/p7zip/Pkgfile
new file mode 100644
index 000000000..32290c462
--- /dev/null
+++ b/p7zip/Pkgfile
@@ -0,0 +1,26 @@
+# Description: A port of 7-zip for POSIX systems.
+# URL: http://p7zip.sourceforge.net/
+# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
+# Packager: Matt Housh, jaeger at crux dot nu
+
+name=p7zip
+version=9.20.1
+release=1
+source=(http://downloads.sourceforge.net/project/$name/$name/$version/${name}_${version}_src_all.tar.bz2)
+
+build() {
+ cd ${name}_$version
+
+ sed -i -e "s/OPTFLAGS=.*/OPTFLAGS=$CFLAGS/" makefile.machine
+
+ make 7zr 7za sfx
+ sh install.sh usr/bin usr/lib/p7zip usr/man usr/share/doc/p7zip $PKG/
+
+ rm $PKG/usr/bin/7za $PKG/usr/bin/7zr
+
+ ln -s /usr/lib/p7zip/7za $PKG/usr/bin/7z
+ ln -s /usr/lib/p7zip/7za $PKG/usr/bin/7za
+ ln -s /usr/lib/p7zip/7zr $PKG/usr/bin/7zr
+ rm -r $PKG/usr/share
+ chmod -vR u+w $PKG
+}

Generated by cgit