wok rev 20758

updated cabextract (1.4 -> 1.9)
author Hans-G?nter Theisgen
date Tue Feb 12 16:40:37 2019 +0100 (2019-02-12)
parents 0cf279b4394a
children 94d1fcf9537b
files cabextract/receipt
line diff
     1.1 --- a/cabextract/receipt	Tue Feb 12 16:35:35 2019 +0100
     1.2 +++ b/cabextract/receipt	Tue Feb 12 16:40:37 2019 +0100
     1.3 @@ -1,15 +1,16 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="cabextract"
     1.7 -VERSION="1.4"
     1.8 +VERSION="1.9"
     1.9  CATEGORY="utilities"
    1.10 +TAGS="extract cab exe"
    1.11  SHORT_DESC="Extracting Microsoft cabinet files"
    1.12  MAINTAINER="erjo@slitaz.org"
    1.13  LICENSE="GPL3"
    1.14 +WEB_SITE="https://www.cabextract.org.uk/"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17 -WEB_SITE="https://www.cabextract.org.uk/"
    1.18  WGET_URL="https://www.cabextract.org.uk/$TARBALL"
    1.19 -TAGS="extract cab exe"
    1.20  
    1.21  # Rules to configure and make the package.
    1.22  compile_rules()
    1.23 @@ -26,4 +27,3 @@
    1.24  	mkdir -p $fs/usr
    1.25  	cp -a $install/usr/bin $fs/usr
    1.26  }
    1.27 -