wok-6.x diff grep/receipt @ rev 20491
libzim-dev: add libzim.pc
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Oct 27 23:06:17 2018 +0200 (2018-10-27) |
parents | eb9ac5642747 |
children | bd7c9b9d8a98 |
line diff
1.1 --- a/grep/receipt Mon Mar 21 11:33:21 2016 +0200 1.2 +++ b/grep/receipt Sat Oct 27 23:06:17 2018 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="grep" 1.7 -VERSION="2.11" 1.8 +VERSION="2.25" 1.9 CATEGORY="development" 1.10 SHORT_DESC="GNU Global Regular Expression Print." 1.11 MAINTAINER="paul@slitaz.org" 1.12 @@ -18,12 +18,16 @@ 1.13 { 1.14 ./configure $CONFIGURE_ARGS && 1.15 make && make install 1.16 + 1.17 + find $install/usr/share/man -type f -exec gzip -9 \{\} \; 1.18 } 1.19 1.20 # Rules to gen a SliTaz package suitable for Tazpkg. 1.21 genpkg_rules() 1.22 { 1.23 + mkdir -p $fs/usr/share 1.24 cp -a $install/usr/bin $fs 1.25 + cp -a $install/usr/share/man $fs/usr/share 1.26 } 1.27 1.28 post_remove()