wok view lxpanel-extra/receipt @ rev 1255

Add netatalk
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Aug 13 09:43:42 2008 +0000 (2008-08-13)
parents e32d9b79d6fd
children d04823a784db
line source
1 # SliTaz package receipt.
3 PACKAGE="lxpanel-extra"
4 VERSION="0.3.8.1"
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 }