wok-next annotate 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
rev   line source
pascal@2642 1 # SliTaz package receipt.
pascal@2642 2
pascal@2642 3 PACKAGE="get-rar"
al@20388 4 VERSION="171201"
pascal@2642 5 CATEGORY="non-free"
al@20388 6 SHORT_DESC="Get RAR for Linux"
pascal@2642 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15199 8 LICENSE="BSD"
al@20388 9 WEB_SITE="https://www.rarlab.com/"
al@20882 10 REPOLOGY="-"
al@20882 11
jozee@4993 12 TAGS="compression archive"
pascal@2642 13
al@20388 14 compile_rules() {
al@20388 15 install -Dm0755 $stuff/get-rar $install/usr/bin/get-rar
pascal@2642 16 }
pascal@2642 17
al@20388 18 genpkg_rules() {
al@20388 19 copy @std
al@20388 20 }
al@20388 21