wok view lxpanel-extra/receipt @ rev 15293

accessx: link with libX11
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Sep 27 08:54:59 2013 +0000 (2013-09-27)
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 }