wok view unrar/receipt @ rev 21909

updated sic (1.1 -> 1.2)
author Hans-G?nter Theisgen
date Fri Oct 04 15:39:32 2019 +0100 (2019-10-04)
parents 7caa211f4e55
children de8d3fcf90cb
line source
1 # SliTaz package receipt.
3 PACKAGE="unrar"
4 VERSION="5.4.5"
5 CATEGORY="utilities"
6 SHORT_DESC="The free unrar"
7 MAINTAINER="gokhlayeh@slitaz.org"
8 LICENSE="freeware"
9 TARBALL="${PACKAGE}src-$VERSION.tar.gz"
10 WEB_SITE="https://www.rarlab.com/"
11 WGET_URL="$WEB_SITE/rar/$TARBALL"
13 DEPENDS="gcc-lib-base"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 make
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs/usr/bin
25 cp -a $src/unrar $fs/usr/bin
26 }