wok-next view unrar/receipt @ rev 18871
Up libsigsegv (2.10)
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Wed Feb 03 19:44:19 2016 +0000 (2016-02-03) |
parents | 2a21689b0af7 |
children | b278b2018965 |
line source
1 # SliTaz package receipt.
3 PACKAGE="unrar"
4 VERSION="5.3.7"
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="http://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 }