wok diff cpu-g/receipt @ rev 19518
Up get-palemoon (27.0.0)
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Wed Nov 23 11:04:21 2016 +0100 (2016-11-23) |
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 Wed Nov 23 11:04:21 2016 +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 }