wok-stable view bmpanel2cfg/receipt @ rev 11386

Compat: ensure that pam WGET_URL is non-https. Otherwise tazwok can't download it at cook-toolchain time
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sat Dec 10 04:42:49 2011 +0100 (2011-12-10)
parents
children
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 }