wok-next annotate cabextract/receipt @ rev 19972

Up copyq (3.1.1), qedit (2.8.1)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Tue Oct 17 19:29:54 2017 +0200 (2017-10-17)
parents eb8067417980
children f66f18161f93
rev   line source
al@19818 1 # SliTaz package receipt v2.
erjo@755 2
erjo@755 3 PACKAGE="cabextract"
al@19818 4 VERSION="1.6"
erjo@755 5 CATEGORY="utilities"
erjo@755 6 SHORT_DESC="Extracting Microsoft cabinet files"
erjo@784 7 MAINTAINER="erjo@slitaz.org"
pascal@15579 8 LICENSE="GPL3"
al@19818 9 WEB_SITE="https://www.cabextract.org.uk/"
al@19818 10
erjo@755 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@19818 12 WGET_URL="https://www.cabextract.org.uk/$TARBALL"
erjo@755 13
erjo@755 14 # Rules to configure and make the package.
erjo@755 15 compile_rules()
erjo@755 16 {
al@19818 17 ./configure $CONFIGURE_ARGS && make && make install
erjo@755 18 }
erjo@755 19
erjo@755 20 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@755 21 genpkg_rules()
erjo@755 22 {
al@19818 23 copy @std
al@19818 24 TAGS="extract cab exe"
erjo@755 25 }