wok-next annotate cabextract/receipt @ rev 21379

updated mspdebug (0.17 -> 0.25)
author Hans-G?nter Theisgen
date Thu Apr 16 16:31:49 2020 +0100 (2020-04-16)
parents 7b8e80e44f01
children 1a65696fdb62
rev   line source
al@19818 1 # SliTaz package receipt v2.
erjo@755 2
erjo@755 3 PACKAGE="cabextract"
al@21051 4 VERSION="1.9"
erjo@755 5 CATEGORY="utilities"
al@21031 6 SHORT_DESC="Extract Microsoft cabinet (.cab) archives"
al@21031 7 MAINTAINER="al.bobylev@gmail.com"
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@21031 12 WGET_URL="https://www.cabextract.org.uk/$TARBALL"
al@20944 13
al@21051 14 TAGS_std="extract cab exe"
al@21051 15
al@20944 16 compile_rules() {
al@20944 17 ./configure $CONFIGURE_ARGS &&
al@20944 18 make &&
al@21031 19 make install || return 1
al@21031 20
al@21031 21 cook_pick_docs AUTHORS ChangeLog NEWS README TODO
erjo@755 22 }