From e642a1ed4828451a111fc8174cb3f4a563b751c6 Mon Sep 17 00:00:00 2001 From: tnut Date: Thu, 17 Dec 2009 21:17:53 +0100 Subject: unrar, déplacé dans base, maj des dépendances MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base/unrar/.footprint | 8 ++++++++ base/unrar/.md5sum | 1 + base/unrar/Pkgfile | 19 +++++++++++++++++++ extra/unrar/.footprint | 8 -------- extra/unrar/.md5sum | 1 - extra/unrar/Pkgfile | 19 ------------------- 6 files changed, 28 insertions(+), 28 deletions(-) create mode 100644 base/unrar/.footprint create mode 100644 base/unrar/.md5sum create mode 100755 base/unrar/Pkgfile delete mode 100644 extra/unrar/.footprint delete mode 100644 extra/unrar/.md5sum delete mode 100755 extra/unrar/Pkgfile diff --git a/base/unrar/.footprint b/base/unrar/.footprint new file mode 100644 index 000000000..c6c9d992f --- /dev/null +++ b/base/unrar/.footprint @@ -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-3.9.2/ +-rw-r--r-- root/root usr/share/doc/unrar-3.9.2/license.txt +-rw-r--r-- root/root usr/share/doc/unrar-3.9.2/readme.txt diff --git a/base/unrar/.md5sum b/base/unrar/.md5sum new file mode 100644 index 000000000..29b20cdca --- /dev/null +++ b/base/unrar/.md5sum @@ -0,0 +1 @@ +a7443772592d567c5395d060a3dcc3e6 unrarsrc-3.9.2.tar.gz diff --git a/base/unrar/Pkgfile b/base/unrar/Pkgfile new file mode 100755 index 000000000..d3b584aa9 --- /dev/null +++ b/base/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=3.9.2 +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 +} diff --git a/extra/unrar/.footprint b/extra/unrar/.footprint deleted file mode 100644 index c6c9d992f..000000000 --- a/extra/unrar/.footprint +++ /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-3.9.2/ --rw-r--r-- root/root usr/share/doc/unrar-3.9.2/license.txt --rw-r--r-- root/root usr/share/doc/unrar-3.9.2/readme.txt diff --git a/extra/unrar/.md5sum b/extra/unrar/.md5sum deleted file mode 100644 index 29b20cdca..000000000 --- a/extra/unrar/.md5sum +++ /dev/null @@ -1 +0,0 @@ -a7443772592d567c5395d060a3dcc3e6 unrarsrc-3.9.2.tar.gz diff --git a/extra/unrar/Pkgfile b/extra/unrar/Pkgfile deleted file mode 100755 index 035c1c057..000000000 --- a/extra/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: gcc - -name=unrar -version=3.9.2 -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 -} -- cgit v1.2.3-70-g09d2