wok-next diff ajaxterm/receipt @ rev 20829
gmtk, gnome-mplayer: provide both GTK2 and GTK3 support; remove marlin: project abandoned since 2013, compilation stops with errors, no patches available...
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Jun 14 16:46:40 2018 +0300 (2018-06-14) |
parents | 11b5e93cb5f2 |
children | d5aab818505e |
line diff
1.1 --- a/ajaxterm/receipt Tue Jul 05 15:34:01 2016 +0300 1.2 +++ b/ajaxterm/receipt Thu Jun 14 16:46:40 2018 +0300 1.3 @@ -15,6 +15,12 @@ 1.4 DEPENDS="python" 1.5 SUGGESTED="apache lighttpd-ssl lighttpd-modules" 1.6 1.7 +# Rules to configure and make the package. 1.8 +compile_rules() 1.9 +{ 1.10 + cook_pick_manpages $src/ajaxterm.1 1.11 +} 1.12 + 1.13 # Rules to gen a SliTaz package suitable for Tazpkg. 1.14 genpkg_rules() 1.15 { 1.16 @@ -23,8 +29,6 @@ 1.17 cp -a $stuff/* $fs/ 1.18 chown -R root:root $fs 1.19 find $fs -type f -name '*.py' -exec chmod a+x \{\} \; 1.20 - 1.21 - cook_pick_manpages $src/ajaxterm.1 1.22 } 1.23 1.24 post_install()