wok view unrar/receipt @ rev 23720

updated unrar (5.8.3 -> 5.9.2)
author Hans-G?nter Theisgen
date Wed Apr 29 07:58:30 2020 +0100 (2020-04-29)
parents de8d3fcf90cb
children 7c0170dd3ecc
line source
1 # SliTaz package receipt.
3 PACKAGE="unrar"
4 VERSION="5.9.2"
5 CATEGORY="utilities"
6 SHORT_DESC="The free unrar."
7 MAINTAINER="gokhlayeh@slitaz.org"
8 LICENSE="freeware"
9 WEB_SITE="https://www.rarlab.com/"
11 TARBALL="${PACKAGE}src-$VERSION.tar.gz"
12 WGET_URL="${WEB_SITE}rar/$TARBALL"
14 DEPENDS="gcc-lib-base"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 make
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/bin
26 cp -a $src/unrar $fs/usr/bin
27 }