wok-next annotate unrar/receipt @ rev 20481

Proper packing for v2
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Mar 12 02:18:53 2018 +0200 (2018-03-12)
parents 83e42616e3dc
children 1ff723a6455b
rev   line source
al@20481 1 # SliTaz package receipt v2.
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"
al@20481 9 WEB_SITE="http://www.rarlab.com"
al@20481 10
pascal@18577 11 TARBALL="${PACKAGE}src-$VERSION.tar.gz"
pascal@18577 12 WGET_URL="$WEB_SITE/rar/$TARBALL"
pascal@18577 13
al@20481 14 compile_rules() {
al@20481 15 make &&
al@20481 16 install -Dm 755 $src/unrar $install/usr/bin/unrar
gokhlayeh@5969 17 }
gokhlayeh@5969 18
al@20481 19 genpkg_rules() {
al@20481 20 copy @std
al@20481 21 DEPENDS="gcc-lib-base"
gokhlayeh@5969 22 }