wok diff cpu-g/receipt @ rev 20641

Add SSL support to retawq (needed by man to browse linux.die.net)
author Lucas Levrel <llevrel@yahoo.fr>
date Fri Jan 11 09:19:11 2019 +0100 (2019-01-11)
parents 42e0165c64b9
children 9af0e03b8ad0
line diff
     1.1 --- a/cpu-g/receipt	Tue Jul 12 15:00:21 2016 +0300
     1.2 +++ b/cpu-g/receipt	Fri Jan 11 09:19:11 2019 +0100
     1.3 @@ -12,6 +12,12 @@
     1.4  
     1.5  DEPENDS="pygtk"
     1.6  
     1.7 +# Rules to configure and make the package.
     1.8 +compile_rules()
     1.9 +{
    1.10 +	cook_pick_manpages doc/*
    1.11 +}
    1.12 +
    1.13  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.14  genpkg_rules()
    1.15  {
    1.16 @@ -27,6 +33,4 @@
    1.17  	cp -a $src/cpu-g.glade $fs/usr/share/cpu-g
    1.18  	cp -a $src/data/logos $fs/usr/share/cpu-g
    1.19  	cp -a $src/data/cpu-g.png $fs/usr/share/pixmaps
    1.20 -
    1.21 -	cook_pick_manpages doc/*
    1.22  }