wok-next view unrar/receipt @ rev 21247

updated cyrus-imapd (2.4.17 -> 3.0.12)
author Hans-G?nter Theisgen
date Thu Dec 05 16:28:27 2019 +0100 (2019-12-05)
parents f48456621a9d
children
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="devel@slitaz.org"
8 LICENSE="freeware"
9 WEB_SITE="https://www.rarlab.com/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/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 }