wok annotate unrar/receipt @ rev 18589

faenza-icon-theme: don't remove icons in $install
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 13 02:44:43 2015 +0200 (2015-11-13)
parents 2a21689b0af7
children 7caa211f4e55
rev   line source
gokhlayeh@5969 1 # SliTaz package receipt.
gokhlayeh@5969 2
gokhlayeh@5969 3 PACKAGE="unrar"
pascal@18577 4 VERSION="5.3.7"
gokhlayeh@5969 5 CATEGORY="utilities"
gokhlayeh@5969 6 SHORT_DESC="The free unrar"
gokhlayeh@7034 7 MAINTAINER="gokhlayeh@slitaz.org"
pascal@18577 8 LICENSE="freeware"
pascal@18577 9 TARBALL="${PACKAGE}src-$VERSION.tar.gz"
pascal@18577 10 WEB_SITE="http://www.rarlab.com"
pascal@18577 11 WGET_URL="$WEB_SITE/rar/$TARBALL"
pascal@18577 12
pascal@18577 13 DEPENDS="gcc-lib-base"
gokhlayeh@5969 14
gokhlayeh@5969 15 # Rules to configure and make the package.
gokhlayeh@5969 16 compile_rules()
gokhlayeh@5969 17 {
pascal@18577 18 make
gokhlayeh@5969 19 }
gokhlayeh@5969 20
gokhlayeh@5969 21 # Rules to gen a SliTaz package suitable for Tazpkg.
gokhlayeh@5969 22 genpkg_rules()
gokhlayeh@5969 23 {
pascal@18577 24 mkdir -p $fs/usr/bin
pascal@18577 25 cp -a $src/unrar $fs/usr/bin
gokhlayeh@5969 26 }