wok-next diff cpu-g/receipt @ rev 19626
Return code to make other versions of busybox (then being buggy, let's see now).
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Wed Feb 08 18:48:05 2017 +0200 (2017-02-08) |
parents | 42e0165c64b9 |
children | c022997c7a57 |
line diff
1.1 --- a/cpu-g/receipt Tue Jul 12 15:00:21 2016 +0300 1.2 +++ b/cpu-g/receipt Wed Feb 08 18:48:05 2017 +0200 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 }