# SliTaz package receipt.

PACKAGE="lxpanel-extra"
VERSION="0.5.8"
CATEGORY="x-window"
SHORT_DESC="LXpanel nestat wifi plugin and keyboard led indicator."
MAINTAINER="pankso@slitaz.org"
DEPENDS="expat gtk+ wireless_tools xorg-libXdamage menu-cache"
WANTED="lxpanel"
WEB_SITE="http://www.lxde.org/"

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
	mkdir -p \
		$fs/usr/lib/lxpanel/plugins \
		$fs/usr/share/lxpanel/images
	# Plugins
	cp $_pkg/usr/lib/lxpanel/plugins/netstatus.so \
		$fs/usr/lib/lxpanel/plugins
	cp $_pkg/usr/lib/lxpanel/plugins/kbled.so \
		$fs/usr/lib/lxpanel/plugins
	# Images
	cp -a $_pkg/usr/share/lxpanel/images/ns-*.png \
		$fs/usr/share/lxpanel/images
	cp -a $_pkg/usr/share/lxpanel/images/*lock-*.png \
		$fs/usr/share/lxpanel/images
	cp -a $_pkg/usr/share/lxpanel/images/xkb-flags \
		$fs/usr/share/lxpanel/images
}