From 5a93a1670ababa3e2ba164a0d1e9773e0d9275fe Mon Sep 17 00:00:00 2001 From: sibel Date: Tue, 24 Nov 2009 18:34:20 +0100 Subject: Ajout de unrar#3.9.2-1 --- extra/unrar/.footprint | 8 ++++++++ extra/unrar/.md5sum | 1 + extra/unrar/Pkgfile | 19 +++++++++++++++++++ 3 files changed, 28 insertions(+) create mode 100644 extra/unrar/.footprint create mode 100644 extra/unrar/.md5sum create mode 100755 extra/unrar/Pkgfile diff --git a/extra/unrar/.footprint b/extra/unrar/.footprint new file mode 100644 index 000000000..c6c9d992f --- /dev/null +++ b/extra/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/extra/unrar/.md5sum b/extra/unrar/.md5sum new file mode 100644 index 000000000..29b20cdca --- /dev/null +++ b/extra/unrar/.md5sum @@ -0,0 +1 @@ +a7443772592d567c5395d060a3dcc3e6 unrarsrc-3.9.2.tar.gz diff --git a/extra/unrar/Pkgfile b/extra/unrar/Pkgfile new file mode 100755 index 000000000..035c1c057 --- /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: 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