wok-next annotate cabextract/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents e7e7475e84c9
children
rev   line source
al@19818 1 # SliTaz package receipt v2.
erjo@755 2
erjo@755 3 PACKAGE="cabextract"
Hans-G?nter@21537 4 VERSION="1.9.1"
erjo@755 5 CATEGORY="utilities"
Hans-G?nter@21537 6 TAGS_std="extract cab exe"
al@21031 7 SHORT_DESC="Extract Microsoft cabinet (.cab) archives"
al@21031 8 MAINTAINER="al.bobylev@gmail.com"
pascal@15579 9 LICENSE="GPL3"
al@19818 10 WEB_SITE="https://www.cabextract.org.uk/"
al@19818 11
erjo@755 12 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@21031 13 WGET_URL="https://www.cabextract.org.uk/$TARBALL"
al@20944 14
al@21051 15
Hans-G?nter@21537 16 compile_rules()
Hans-G?nter@21537 17 {
al@20944 18 ./configure $CONFIGURE_ARGS &&
al@20944 19 make &&
al@21031 20 make install || return 1
al@21031 21
al@21031 22 cook_pick_docs AUTHORS ChangeLog NEWS README TODO
erjo@755 23 }