wok view bmpanel2cfg/receipt @ rev 8530

Fixed libwebkit to not need src varible folder. Moved GtkLanucher to DESTDIR/usr/bin in compile_rules so we can save 300mb on tank.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Feb 13 01:40:21 2011 +0000 (2011-02-13)
parents
children 8d6f480bf664
line source
1 # SliTaz package receipt.
3 PACKAGE="bmpanel2cfg"
4 VERSION="2.1pre1"
5 CATEGORY="misc"
6 MAINTAINER="jozee@slitaz.org"
7 SHORT_DESC="bmpanel2 configurator"
8 WEB_SITE="http://bmpanel2.googlecode.com/"
9 DEPENDS="pygtk"
10 WANTED="bmpanel2"
11 TAGS="window-manager wm panel"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib $fs/usr/bin
18 cp -a $_pkg/usr/bin/$PACKAGE $fs/usr/bin
19 cp -a $_pkg/usr/lib/python* $fs/usr/lib
20 }