wok view lxpanel-extra/receipt @ rev 15825

Up: btrfs-mkfs to 3.12.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Jan 24 10:11:49 2014 +0000 (2014-01-24)
parents bf872cb6f5c1
children f0abef5a98b3
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 LICENSE="GPL2"
9 WEB_SITE="http://www.lxde.org/"
11 WANTED="lxpanel"
12 DEPENDS="lxpanel"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p \
18 $fs/usr/lib/lxpanel/plugins \
19 $fs/usr/share/lxpanel/images
20 # Plugins
21 cp $install/usr/lib/lxpanel/plugins/kbled.so \
22 $fs/usr/lib/lxpanel/plugins
23 # Images
24 imgs=usr/share/lxpanel/images
25 cp -a $install/$imgs/ns-*.png $fs/$imgs
26 cp -a $install/$imgs/*lock-*.png $fs/$imgs
27 cp -a $install/$imgs/xkb-flags $fs/$imgs
28 }