wok view lxpanel-extra/receipt @ rev 14689

python-evas-dev: Up to 1.7.0-3
author Dominique Corbex <domcox@slitaz.org>
date Thu Jun 06 22:09:26 2013 +0200 (2013-06-06)
parents 0b73c72d760b
children 7896f0694ef6
line source
1 # SliTaz package receipt.
3 PACKAGE="lxpanel-extra"
4 VERSION="0.5.12"
5 CATEGORY="x-window"
6 SHORT_DESC="Extra files for LXpanel"
7 MAINTAINER="pankso@slitaz.org"
8 WEB_SITE="http://www.lxde.org/"
10 WANTED="lxpanel"
11 DEPENDS="lxpanel"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p \
17 $fs/usr/lib/lxpanel/plugins \
18 $fs/usr/share/lxpanel/images
19 # Plugins
20 cp $install/usr/lib/lxpanel/plugins/kbled.so \
21 $fs/usr/lib/lxpanel/plugins
22 # Images
23 imgs=usr/share/lxpanel/images
24 cp -a $install/$imgs/ns-*.png $fs/$imgs
25 cp -a $install/$imgs/*lock-*.png $fs/$imgs
26 cp -a $install/$imgs/xkb-flags $fs/$imgs
27 }