# SliTaz package receipt.

PACKAGE="slim-theme-radarspider"
VERSION="1.0-20130609"
CATEGORY="customization"
SHORT_DESC="Radar Spider - theme for SLiM"
MAINTAINER="holkfoor@gmail.com"
LICENSE="CC-BY"
WEB_SITE="http://www.slitaz.org/"
COOKOPTS="!pngquant"

DEPENDS="slim slitaz-configs-base"
BUILD_DEPENDS=""

# Rules to configure and make the package.
compile_rules()
{
	theme=$install/usr/share/slim/themes/radarspider
	mkdir -p $theme
	cp -a $stuff/* $theme
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
	cp -a $install/* $fs
}

post_install()
{
	chroot "$1/" slim-theme -sradarspider
}

pre_remove()
{
	chroot "$1/" slim-theme -fradarspider
}