wok-next view cabextract/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents 7b8e80e44f01
children 1a65696fdb62
line source
1 # SliTaz package receipt v2.
3 PACKAGE="cabextract"
4 VERSION="1.9"
5 CATEGORY="utilities"
6 SHORT_DESC="Extract Microsoft cabinet (.cab) archives"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL3"
9 WEB_SITE="https://www.cabextract.org.uk/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://www.cabextract.org.uk/$TARBALL"
14 TAGS_std="extract cab exe"
16 compile_rules() {
17 ./configure $CONFIGURE_ARGS &&
18 make &&
19 make install || return 1
21 cook_pick_docs AUTHORS ChangeLog NEWS README TODO
22 }