wok view lxpanel-extra/receipt @ rev 9974

linux: FIX config files (they was missing config and still i486 config)
author Christophe Lincoln <pankso@slitaz.org>
date Wed May 18 19:11:35 2011 +0200 (2011-05-18)
parents a310c324c0bf
children abfc6db7f416
line source
1 # SliTaz package receipt.
3 PACKAGE="lxpanel-extra"
4 VERSION="0.5.6"
5 CATEGORY="x-window"
6 SHORT_DESC="LXpanel nestat wifi plugin and keyboard led indicator."
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="expat gtk+ wireless_tools xorg-libXdamage menu-cache"
9 WANTED="lxpanel"
10 WEB_SITE="http://www.lxde.org/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p \
16 $fs/usr/lib/lxpanel/plugins \
17 $fs/usr/share/lxpanel/images
18 # Plugins
19 cp $_pkg/usr/lib/lxpanel/plugins/netstatus.so \
20 $fs/usr/lib/lxpanel/plugins
21 cp $_pkg/usr/lib/lxpanel/plugins/kbled.so \
22 $fs/usr/lib/lxpanel/plugins
23 # Images
24 cp -a $_pkg/usr/share/lxpanel/images/ns-*.png \
25 $fs/usr/share/lxpanel/images
26 cp -a $_pkg/usr/share/lxpanel/images/*lock-*.png \
27 $fs/usr/share/lxpanel/images
28 cp -a $_pkg/usr/share/lxpanel/images/xkb-flags \
29 $fs/usr/share/lxpanel/images
30 }