diff options
author | tnut <tnut at nutyx dot com> | 2011-10-15 16:08:55 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-10-15 16:08:55 +0200 |
commit | 5c78301bfe49fe7115e42743185ec041182d5898 (patch) | |
tree | d31f9fa240455cce0c02602b8de79b91a4abbc24 /extra | |
parent | ac58830e7fd5a055b8b0ba7b6b65064b2a3187f0 (diff) | |
download | nutyx-extra-5c78301bfe49fe7115e42743185ec041182d5898.tar.gz nutyx-extra-5c78301bfe49fe7115e42743185ec041182d5898.tar.bz2 nutyx-extra-5c78301bfe49fe7115e42743185ec041182d5898.tar.xz nutyx-extra-5c78301bfe49fe7115e42743185ec041182d5898.zip |
unrar dans extra
Diffstat (limited to 'extra')
-rw-r--r-- | extra/unrar/.footprint.i686 | 8 | ||||
-rw-r--r-- | extra/unrar/.footprint.x86_64 | 8 | ||||
-rw-r--r-- | extra/unrar/.md5sum.i686 | 1 | ||||
-rw-r--r-- | extra/unrar/.md5sum.x86_64 | 1 | ||||
-rwxr-xr-x | extra/unrar/Pkgfile | 19 |
5 files changed, 37 insertions, 0 deletions
diff --git a/extra/unrar/.footprint.i686 b/extra/unrar/.footprint.i686 new file mode 100644 index 000000000..ff19ea791 --- /dev/null +++ b/extra/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/extra/unrar/.footprint.x86_64 b/extra/unrar/.footprint.x86_64 new file mode 100644 index 000000000..ff19ea791 --- /dev/null +++ b/extra/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/extra/unrar/.md5sum.i686 b/extra/unrar/.md5sum.i686 new file mode 100644 index 000000000..b7e51266e --- /dev/null +++ b/extra/unrar/.md5sum.i686 @@ -0,0 +1 @@ +52c8b40a2f041b55baa508f2db091855 unrarsrc-4.0.6.tar.gz diff --git a/extra/unrar/.md5sum.x86_64 b/extra/unrar/.md5sum.x86_64 new file mode 100644 index 000000000..b7e51266e --- /dev/null +++ b/extra/unrar/.md5sum.x86_64 @@ -0,0 +1 @@ +52c8b40a2f041b55baa508f2db091855 unrarsrc-4.0.6.tar.gz diff --git a/extra/unrar/Pkgfile b/extra/unrar/Pkgfile new file mode 100755 index 000000000..84ead45fb --- /dev/null +++ b/extra/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 +} |