wok view get-rar/receipt @ rev 20343
git update: 2.3.0 (2015 Feb) -> 2.17.1 (2018 May)
author | Erkan Yilmaz <erkan@slitaz.org> |
---|---|
date | Fri Jun 08 10:00:34 2018 +0000 (2018-06-08) |
parents | c369d47371f2 |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="get-rar"
4 VERSION="1.00"
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 TAGS="compression archive"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 install -Dm0755 $stuff/get-rar $fs/usr/bin/get-rar
16 }