wok view lxpanel-extra/receipt @ rev 826

xpad + xterm: french name in desktop file
author Christophe Lincoln <pankso@slitaz.org>
date Sat May 17 18:54:03 2008 +0200 (2008-05-17)
parents
children 8ad9a6e6b326
line source
1 # SliTaz package receipt.
3 PACKAGE="lxpanel-extra"
4 VERSION="0.3.5.4"
5 CATEGORY="x-window"
6 SHORT_DESC="LXpanel nestat wifi plugin and keyboard led indicator."
7 MAINTAINER="pankso@slitaz.org"
8 WANTED="lxpanel"
9 WEB_SITE="http://www.cairographics.org/"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p \
15 $fs/usr/lib/lxpanel/plugins \
16 $fs/usr/share/lxpanel/images
17 # Plugins
18 cp $_pkg/usr/lib/lxpanel/plugins/netstat.so \
19 $fs/usr/lib/lxpanel/plugins
20 cp $_pkg/usr/lib/lxpanel/plugins/kbled.so \
21 $fs/usr/lib/lxpanel/plugins
22 # Images
23 cp -a $_pkg/usr/share/lxpanel/images/ns-*.png \
24 $fs/usr/share/lxpanel/images
25 cp -a $_pkg/usr/share/lxpanel/images/*lock-*.png \
26 $fs/usr/share/lxpanel/images
27 }