wok view bmpanel2cfg/receipt @ rev 16779

Add: slim-theme-sandfive; slim: apply default strings to ordinary themes.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Jun 22 03:05:45 2014 +0300 (2014-06-22)
parents 8347a77cb78e
children 5d53e8ccbc8d
line source
1 # SliTaz package receipt.
3 PACKAGE="bmpanel2cfg"
4 VERSION="2.1pre1"
5 CATEGORY="misc"
6 MAINTAINER="jozee@slitaz.org"
7 LICENSE="MIT"
8 SHORT_DESC="bmpanel2 configurator"
9 WEB_SITE="http://bmpanel2.googlecode.com/"
10 WANTED="bmpanel2"
11 TAGS="window-manager wm panel"
13 DEPENDS="pygtk"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/lib $fs/usr/bin
19 cp -a $install/usr/bin/$PACKAGE $fs/usr/bin
20 cp -a $install/usr/lib/python* $fs/usr/lib
21 }