wok view lxpanel-extra/receipt @ rev 14875

Up: python-django (1.5.1)
author Claudinei Pereira <claudinei@slitaz.org>
date Tue Jul 23 19:28:00 2013 -0300 (2013-07-23)
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 }