wok diff ajaxterm/receipt @ rev 21037
updated httpie (0.8.0 -> 1.0.2)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Mar 11 15:26:31 2019 +0100 (2019-03-11) |
parents | 11b5e93cb5f2 |
children | aaa3fcf79cf3 |
line diff
1.1 --- a/ajaxterm/receipt Tue Jul 05 15:34:01 2016 +0300 1.2 +++ b/ajaxterm/receipt Mon Mar 11 15:26:31 2019 +0100 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()