wok-current view lxpanel-extra/receipt @ rev 13765
Up: wine, winetricks
| author | Alexander Medvedev <devl547@gmail.com> | 
|---|---|
| date | Thu Jan 03 14:55:33 2013 +0300 (2013-01-03) | 
| parents | 6a1c389593ae | 
| children | bf872cb6f5c1 | 
 line source
     1 # SliTaz package receipt.
     3 PACKAGE="lxpanel-extra"
     4 VERSION="0.5.10"
     5 CATEGORY="x-window"
     6 SHORT_DESC="LXpanel keyboard led indicator plugin."
     7 MAINTAINER="pankso@slitaz.org"
     8 DEPENDS="expat gtk+ wireless_tools xorg-libXdamage menu-cache"
     9 WANTED="lxpanel"
    10 WEB_SITE="http://www.lxde.org/"
    12 # Rules to gen a SliTaz package suitable for Tazpkg.
    13 genpkg_rules()
    14 {
    15 	mkdir -p \
    16 		$fs/usr/lib/lxpanel/plugins \
    17 		$fs/usr/share/lxpanel/images
    18 	# Plugins
    19 	cp $install/usr/lib/lxpanel/plugins/kbled.so \
    20 		$fs/usr/lib/lxpanel/plugins
    21 	# Images
    22 	cp -a $install/usr/share/lxpanel/images/ns-*.png \
    23 		$fs/usr/share/lxpanel/images
    24 	cp -a $install/usr/share/lxpanel/images/*lock-*.png \
    25 		$fs/usr/share/lxpanel/images
    26 	cp -a $install/usr/share/lxpanel/images/xkb-flags \
    27 		$fs/usr/share/lxpanel/images
    28 }