wok diff szip/receipt @ rev 20765
modified categories in desktop file of cpige
author | Hans-G?nter Theisgen |
---|---|
date | Wed Feb 13 14:45:24 2019 +0100 (2019-02-13) |
parents | 3b4e4318134e |
children | ccb0caebef6f |
line diff
1.1 --- a/szip/receipt Tue Dec 03 18:28:51 2013 +0000 1.2 +++ b/szip/receipt Wed Feb 13 14:45:24 2019 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="szip" 1.7 -VERSION="2.1" 1.8 +VERSION="2.1.1" 1.9 CATEGORY="misc" 1.10 SHORT_DESC="Lossless compression of scientific data." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 @@ -16,7 +16,6 @@ 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 { 1.16 - cd $src 1.17 ./configure $CONFIGURE_ARGS && 1.18 make && make DESTDIR=$DESTDIR install 1.19 }