wok view lxpanel-extra/receipt @ rev 14455

Up: nagios (3.5.0)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sat Apr 27 02:48:48 2013 +0200 (2013-04-27)
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 }