summaryrefslogtreecommitdiffstats
path: root/unrar
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
committertnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
commit3f57a7f93b3e7550cbd73036f6a56654e17d1d5c (patch)
tree819b14ab0377fe2054fe59866669d904e9e0b4b5 /unrar
parentc9972ec7f32bf9d37388e853fe9bf633e242d05a (diff)
downloadnutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.gz
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.bz2
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.xz
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.zip
split de git pakxe et NuTyX-extra
Diffstat (limited to 'unrar')
-rw-r--r--unrar/.footprint.i6868
-rw-r--r--unrar/.footprint.x86_648
-rw-r--r--unrar/.md5sum.i6861
-rw-r--r--unrar/.md5sum.x86_641
-rwxr-xr-xunrar/Pkgfile19
5 files changed, 37 insertions, 0 deletions
diff --git a/unrar/.footprint.i686 b/unrar/.footprint.i686
new file mode 100644
index 000000000..ff19ea791
--- /dev/null
+++ b/unrar/.footprint.i686
@@ -0,0 +1,8 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/unrar
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/doc/
+drwxr-xr-x root/root usr/share/doc/unrar-4.0.6/
+-rw-r--r-- root/root usr/share/doc/unrar-4.0.6/license.txt
+-rw-r--r-- root/root usr/share/doc/unrar-4.0.6/readme.txt
diff --git a/unrar/.footprint.x86_64 b/unrar/.footprint.x86_64
new file mode 100644
index 000000000..ff19ea791
--- /dev/null
+++ b/unrar/.footprint.x86_64
@@ -0,0 +1,8 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/unrar
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/doc/
+drwxr-xr-x root/root usr/share/doc/unrar-4.0.6/
+-rw-r--r-- root/root usr/share/doc/unrar-4.0.6/license.txt
+-rw-r--r-- root/root usr/share/doc/unrar-4.0.6/readme.txt
diff --git a/unrar/.md5sum.i686 b/unrar/.md5sum.i686
new file mode 100644
index 000000000..b7e51266e
--- /dev/null
+++ b/unrar/.md5sum.i686
@@ -0,0 +1 @@
+52c8b40a2f041b55baa508f2db091855 unrarsrc-4.0.6.tar.gz
diff --git a/unrar/.md5sum.x86_64 b/unrar/.md5sum.x86_64
new file mode 100644
index 000000000..b7e51266e
--- /dev/null
+++ b/unrar/.md5sum.x86_64
@@ -0,0 +1 @@
+52c8b40a2f041b55baa508f2db091855 unrarsrc-4.0.6.tar.gz
diff --git a/unrar/Pkgfile b/unrar/Pkgfile
new file mode 100755
index 000000000..84ead45fb
--- /dev/null
+++ b/unrar/Pkgfile
@@ -0,0 +1,19 @@
+# Description: Extracteur et visualisateur de fichiers RAR
+# URL: http://www.rarlab.com/
+# Maintainer: NuTyX core team
+# Packager: sibel at free dot fr
+# Depends on:
+
+name=unrar
+version=4.0.6
+release=1
+
+source=(http://www.rarlab.com/rar/unrarsrc-$version.tar.gz)
+
+build() {
+ cd $name
+ make -f makefile.unix
+ mkdir -p $PKG/usr/{bin,share/doc/$name-$version}
+ install -m 755 unrar $PKG/usr/bin/
+ install -m 644 {license.txt,readme.txt} $PKG/usr/share/doc/$name-$version
+}