wok-current diff bmpanel2cfg/receipt @ rev 17081
Add: tramys-server and tramys-client (yesterday version for history).
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sun Aug 24 22:43:01 2014 +0300 (2014-08-24) |
parents | 8347a77cb78e |
children | 5d53e8ccbc8d |
line diff
1.1 --- a/bmpanel2cfg/receipt Tue Oct 19 20:58:11 2010 -0400 1.2 +++ b/bmpanel2cfg/receipt Sun Aug 24 22:43:01 2014 +0300 1.3 @@ -4,17 +4,18 @@ 1.4 VERSION="2.1pre1" 1.5 CATEGORY="misc" 1.6 MAINTAINER="jozee@slitaz.org" 1.7 +LICENSE="MIT" 1.8 SHORT_DESC="bmpanel2 configurator" 1.9 WEB_SITE="http://bmpanel2.googlecode.com/" 1.10 -DEPENDS="pygtk" 1.11 WANTED="bmpanel2" 1.12 TAGS="window-manager wm panel" 1.13 1.14 +DEPENDS="pygtk" 1.15 1.16 # Rules to gen a SliTaz package suitable for Tazpkg. 1.17 genpkg_rules() 1.18 { 1.19 mkdir -p $fs/usr/lib $fs/usr/bin 1.20 - cp -a $_pkg/usr/bin/$PACKAGE $fs/usr/bin 1.21 - cp -a $_pkg/usr/lib/python* $fs/usr/lib 1.22 + cp -a $install/usr/bin/$PACKAGE $fs/usr/bin 1.23 + cp -a $install/usr/lib/python* $fs/usr/lib 1.24 }