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 /base/unrar | |
parent | ac58830e7fd5a055b8b0ba7b6b65064b2a3187f0 (diff) | |
download | nutyx-pakxe-5c78301bfe49fe7115e42743185ec041182d5898.tar.gz nutyx-pakxe-5c78301bfe49fe7115e42743185ec041182d5898.tar.bz2 nutyx-pakxe-5c78301bfe49fe7115e42743185ec041182d5898.tar.xz nutyx-pakxe-5c78301bfe49fe7115e42743185ec041182d5898.zip |
unrar dans extra
Diffstat (limited to 'base/unrar')
-rw-r--r-- | base/unrar/.footprint.i686 | 8 | ||||
-rw-r--r-- | base/unrar/.footprint.x86_64 | 8 | ||||
-rw-r--r-- | base/unrar/.md5sum.i686 | 1 | ||||
-rw-r--r-- | base/unrar/.md5sum.x86_64 | 1 | ||||
-rwxr-xr-x | base/unrar/Pkgfile | 19 |
5 files changed, 0 insertions, 37 deletions
diff --git a/base/unrar/.footprint.i686 b/base/unrar/.footprint.i686 deleted file mode 100644 index ff19ea791..000000000 --- a/base/unrar/.footprint.i686 +++ /dev/null @@ -1,8 +0,0 @@ -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/base/unrar/.footprint.x86_64 b/base/unrar/.footprint.x86_64 deleted file mode 100644 index ff19ea791..000000000 --- a/base/unrar/.footprint.x86_64 +++ /dev/null @@ -1,8 +0,0 @@ -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/base/unrar/.md5sum.i686 b/base/unrar/.md5sum.i686 deleted file mode 100644 index b7e51266e..000000000 --- a/base/unrar/.md5sum.i686 +++ /dev/null @@ -1 +0,0 @@ -52c8b40a2f041b55baa508f2db091855 unrarsrc-4.0.6.tar.gz diff --git a/base/unrar/.md5sum.x86_64 b/base/unrar/.md5sum.x86_64 deleted file mode 100644 index b7e51266e..000000000 --- a/base/unrar/.md5sum.x86_64 +++ /dev/null @@ -1 +0,0 @@ -52c8b40a2f041b55baa508f2db091855 unrarsrc-4.0.6.tar.gz diff --git a/base/unrar/Pkgfile b/base/unrar/Pkgfile deleted file mode 100755 index 84ead45fb..000000000 --- a/base/unrar/Pkgfile +++ /dev/null @@ -1,19 +0,0 @@ -# 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 -} |