wok-next view get-rar/receipt @ rev 20958

Random updates
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Sep 06 04:28:48 2018 +0300 (2018-09-06)
parents 7b056ba4b760
children d5aab818505e
line source
1 # SliTaz package receipt.
3 PACKAGE="get-rar"
4 VERSION="171201"
5 CATEGORY="non-free"
6 SHORT_DESC="Get RAR for Linux"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="https://www.rarlab.com/"
10 REPOLOGY="-"
12 TAGS="compression archive"
14 compile_rules() {
15 install -Dm0755 $stuff/get-rar $install/usr/bin/get-rar
16 }
18 genpkg_rules() {
19 copy @std
20 }