summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
Diffstat (limited to 'base')
-rw-r--r--base/unrar/.footprint.i6868
-rw-r--r--base/unrar/.footprint.x86_648
-rw-r--r--base/unrar/.md5sum.i6861
-rw-r--r--base/unrar/.md5sum.x86_641
-rwxr-xr-xbase/unrar/Pkgfile19
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
-}