wok annotate unrar/receipt @ rev 20993

gpicview: modified TARBALL
author Hans-G?nter Theisgen
date Thu Mar 07 17:13:01 2019 +0100 (2019-03-07)
parents 7caa211f4e55
children de8d3fcf90cb
rev   line source
gokhlayeh@5969 1 # SliTaz package receipt.
gokhlayeh@5969 2
gokhlayeh@5969 3 PACKAGE="unrar"
devl547@19904 4 VERSION="5.4.5"
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@20679 10 WEB_SITE="https://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 }