wok view unrar/receipt @ rev 22130

updated wifidog (1.1.5 -> 1.3.0)
author Hans-G?nter Theisgen
date Mon Nov 04 11:16:52 2019 +0100 (2019-11-04)
parents 6135577f4d08
children 1ba744079b14
line source
1 # SliTaz package receipt.
3 PACKAGE="unrar"
4 VERSION="5.8.3"
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 }