wok-next view bmpanel2cfg/receipt @ rev 19061

Add: Transcends Games. A font with retro-futuristic style.
author Leonardo Laporte <hackdorte@sapo.pt>
date Wed Apr 20 23:17:41 2016 -0300 (2016-04-20)
parents 8d6f480bf664
children
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="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 }