wok rev 22577
updated cabextract (1.9 -> 1.9.1)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Jan 06 16:52:55 2020 +0100 (2020-01-06) |
parents | 59a032355c05 |
children | 613b75574469 |
files | cabextract/receipt |
line diff
1.1 --- a/cabextract/receipt Mon Jan 06 16:48:08 2020 +0100 1.2 +++ b/cabextract/receipt Mon Jan 06 16:52:55 2020 +0100 1.3 @@ -1,10 +1,10 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="cabextract" 1.7 -VERSION="1.9" 1.8 +VERSION="1.9.1" 1.9 CATEGORY="utilities" 1.10 TAGS="extract cab exe" 1.11 -SHORT_DESC="Extracting Microsoft cabinet files" 1.12 +SHORT_DESC="Extracting Microsoft cabinet files." 1.13 MAINTAINER="erjo@slitaz.org" 1.14 LICENSE="GPL3" 1.15 WEB_SITE="https://www.cabextract.org.uk/" 1.16 @@ -15,7 +15,6 @@ 1.17 # Rules to configure and make the package. 1.18 compile_rules() 1.19 { 1.20 - cd $src 1.21 ./configure $CONFIGURE_ARGS && 1.22 make && 1.23 make DESTDIR=$DESTDIR install