# SliTaz package receipt.

PACKAGE="xfdesktop-extras"
VERSION="4.8.2"
CATEGORY="x-window"
SHORT_DESC="Xfce Desktop icons and stuff"
MAINTAINER="erjo@slitaz.org"
DEPENDS="libxfce4util libxfcegui4 thunar libexo"
WEB_SITE="http://www.xfce.org/"
WANTED="xfdesktop"

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
	mkdir -p $fs/usr \
		$fs/usr/share/locale \
		$fs/usr/share/xfce4

	cp -a $_pkg/usr/share/icons $fs/usr/share
	cp -a $_pkg/usr/share/pixmaps $fs/usr/share
	cp -a $_pkg/usr/share/xfce4/backdrops $fs/usr/share/xfce4
	#~ cp -a $_pkg/usr/share/xfce4/panel-plugins $fs/usr/share/xfce4
}