wok-next view 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
line source
1 # SliTaz package receipt v2.
3 PACKAGE="cabextract"
4 VERSION="1.9.1"
5 CATEGORY="utilities"
6 TAGS_std="extract cab exe"
7 SHORT_DESC="Extract Microsoft cabinet (.cab) archives"
8 MAINTAINER="al.bobylev@gmail.com"
9 LICENSE="GPL3"
10 WEB_SITE="https://www.cabextract.org.uk/"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="https://www.cabextract.org.uk/$TARBALL"
16 compile_rules()
17 {
18 ./configure $CONFIGURE_ARGS &&
19 make &&
20 make install || return 1
22 cook_pick_docs AUTHORS ChangeLog NEWS README TODO
23 }