wok-next view unrar/receipt @ rev 20905
Update packages from ISO and LFS backages (all but toolchain)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Aug 07 00:30:45 2018 +0300 (2018-08-07) |
parents | b278b2018965 |
children | 7506b35e1c6f |
line source
1 # SliTaz package receipt v2.
3 PACKAGE="unrar"
4 VERSION="5.5.8"
5 CATEGORY="utilities"
6 SHORT_DESC="The free UnRar"
7 MAINTAINER="gokhlayeh@slitaz.org"
8 LICENSE="freeware"
9 WEB_SITE="http://www.rarlab.com"
10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/unrar.html"
12 TARBALL="unrarsrc-$VERSION.tar.gz"
13 WGET_URL="http://www.rarlab.com/rar/$TARBALL"
15 compile_rules() {
16 make -f makefile &&
17 install -Dm755 unrar $install/usr/bin/unrar
18 }
20 genpkg_rules() {
21 copy @std
22 }