wok diff cabextract/receipt @ rev 23771
modified recipe for xorg-libXfont2-dev
author | Hans-G?nter Theisgen |
---|---|
date | Fri May 15 09:03:51 2020 +0100 (2020-05-15) |
parents | f16c7fde119b |
children | 080c1dff8494 |
line diff
1.1 --- a/cabextract/receipt Tue Feb 12 16:40:37 2019 +0100 1.2 +++ b/cabextract/receipt Fri May 15 09:03:51 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