wok view lxpanel-extra/receipt @ rev 17717

libssh2: add bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Mar 05 09:51:50 2015 +0100 (2015-03-05)
parents f2f0afdddde7
children c9e270dd464f
line source
1 # SliTaz package receipt.
3 PACKAGE="lxpanel-extra"
4 VERSION="0.6.2"
5 CATEGORY="x-window"
6 SHORT_DESC="Extra files and plugins for LXpanel"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.lxde.org/"
11 WANTED="lxpanel"
12 DEPENDS="lxpanel libwnck"
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 for p in kbled.so wnckpager.so
22 do
23 cp $install/usr/lib/lxpanel/plugins/$p \
24 $fs/usr/lib/lxpanel/plugins
25 done
26 # Images
27 imgs=usr/share/lxpanel/images
28 cp -a $install/$imgs/ns-*.png $fs/$imgs
29 cp -a $install/$imgs/*lock-*.png $fs/$imgs
30 cp -a $install/$imgs/xkb-flags $fs/$imgs
31 }