diff options
author | tnut <thierryn1 at hispeed dot ch> | 2009-12-17 21:17:53 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2009-12-17 21:17:53 +0100 |
commit | e642a1ed4828451a111fc8174cb3f4a563b751c6 (patch) | |
tree | a4b1c9c94a95053438f9d55f0c4cf3ccfad087f6 /base/unrar/Pkgfile | |
parent | c1f85ef70553b0c46d462d1a0551e1a175e32e18 (diff) | |
download | nutyx-extra-e642a1ed4828451a111fc8174cb3f4a563b751c6.tar.gz nutyx-extra-e642a1ed4828451a111fc8174cb3f4a563b751c6.tar.bz2 nutyx-extra-e642a1ed4828451a111fc8174cb3f4a563b751c6.tar.xz nutyx-extra-e642a1ed4828451a111fc8174cb3f4a563b751c6.zip |
unrar, déplacé dans base, maj des dépendances
Diffstat (limited to 'base/unrar/Pkgfile')
-rwxr-xr-x | base/unrar/Pkgfile | 19 |
1 files changed, 19 insertions, 0 deletions
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 +} |