wok view unrar/receipt @ rev 22876

web-applications: localize wikipedia
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Feb 21 18:28:59 2020 +0100 (2020-02-21)
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 }