wok-current diff ajaxterm/receipt @ rev 14841
libofx, grisbi: add LICENSE
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Jul 17 23:20:21 2013 +0200 (2013-07-17) |
parents | c6794eb6dd1a |
children | f4c22f009037 |
line diff
1.1 --- a/ajaxterm/receipt Wed Oct 12 12:58:32 2011 +0000 1.2 +++ b/ajaxterm/receipt Wed Jul 17 23:20:21 2013 +0200 1.3 @@ -5,13 +5,14 @@ 1.4 CATEGORY="network" 1.5 SHORT_DESC="Login terminal for the web." 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 +WEB_SITE="http://antony.lesuisse.org/software/ajaxterm/" 1.8 SOURCE="Ajaxterm" 1.9 TARBALL="$SOURCE-$VERSION.tar.gz" 1.10 -WEB_SITE="http://antony.lesuisse.org/software/ajaxterm/" 1.11 WGET_URL="${WEB_SITE}files/$TARBALL" 1.12 +TAGS="web application" 1.13 + 1.14 DEPENDS="python" 1.15 SUGGESTED="apache lighttpd-ssl lighttpd-modules" 1.16 -TAGS="web application" 1.17 1.18 # Rules to gen a SliTaz package suitable for Tazpkg. 1.19 genpkg_rules() 1.20 @@ -19,6 +20,8 @@ 1.21 mkdir -p $fs/usr/share/ajaxterm 1.22 cp -a $src/*.py $src/*.js $src/*.css $src/*.html $fs/usr/share/ajaxterm 1.23 cp -a $stuff/* $fs/ 1.24 + chown -R root:root $fs 1.25 + find $fs -type f -name '*.py' -exec chmod a+x \{\} \; 1.26 } 1.27 1.28 post_install()