wok-current diff cabextract/receipt @ rev 21909
updated sic (1.1 -> 1.2)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Oct 04 15:39:32 2019 +0100 (2019-10-04) |
parents | a78610b2eb47 |
children | b2c3caa4e31c |
line diff
1.1 --- a/cabextract/receipt Mon Jan 21 12:26:11 2019 +0100 1.2 +++ b/cabextract/receipt Fri Oct 04 15:39:32 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 -