wok-next annotate get-rar/receipt @ rev 20715

Up nsd (4.1.21)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun May 27 13:10:46 2018 +0300 (2018-05-27)
parents 42b8478866fb
children d958fec46c9f
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/"
jozee@4993 10 TAGS="compression archive"
pascal@2642 11
al@20388 12 compile_rules() {
al@20388 13 install -Dm0755 $stuff/get-rar $install/usr/bin/get-rar
pascal@2642 14 }
pascal@2642 15
al@20388 16 genpkg_rules() {
al@20388 17 copy @std
al@20388 18 }
al@20388 19