wok view bmpanel2cfg/receipt @ rev 22024

Up codec2 (2019/10/09)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 20 14:06:58 2019 +0200 (2019-10-20)
parents 5d53e8ccbc8d
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="https://github.com/nsf/bmpanel2"
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 }