wok-6.x view lxpanel-extra/receipt @ rev 913
Add: MPlayer/Mencoder (Movie player)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun Jun 15 22:07:59 2008 +0200 (2008-06-15) |
parents | 8ad9a6e6b326 |
children | e32d9b79d6fd |
line source
1 # SliTaz package receipt.
3 PACKAGE="lxpanel-extra"
4 VERSION="0.3.7"
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 }