wok diff iptstate/receipt @ rev 25352
created recipe for tesseract-ocr-data
author | Hans-G?nter Theisgen |
---|---|
date | Tue Jul 26 14:01:02 2022 +0100 (2022-07-26) |
parents | 5ea0ce1cecc0 |
children | 20ad21d5532c |
line diff
1.1 --- a/iptstate/receipt Tue Jun 08 08:46:05 2021 +0000 1.2 +++ b/iptstate/receipt Tue Jul 26 14:01:02 2022 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="iptstate" 1.7 -VERSION="2.2.6" 1.8 +VERSION="2.2.7" 1.9 CATEGORY="network" 1.10 SHORT_DESC="IPTState is a top-like interface to your netfilter connection-tracking table." 1.11 MAINTAINER="paul@slitaz.org" 1.12 @@ -23,13 +23,13 @@ 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 { 1.16 - sed -i 's/lncurses/& -ltinfo/' Makefile 1.17 - make 1.18 + sed -i 's/lncurses/& -ltinfo/' Makefile 1.19 + make 1.20 } 1.21 1.22 # Rules to gen a SliTaz package suitable for Tazpkg. 1.23 genpkg_rules() 1.24 { 1.25 mkdir -p $fs/usr/sbin 1.26 - cp -a $src/$PACKAGE $fs/usr/sbin 1.27 + cp -a $src/$PACKAGE $fs/usr/sbin 1.28 }