# SliTaz package receipt.

PACKAGE="equinox"
VERSION="1.50"
CATEGORY="x-window"
SHORT_DESC="Equinox GTK Engine"
MAINTAINER="al.bobylev@gmail.com"
DEPENDS="gtk+"
BUILD_DEPENDS="gtk+-dev"
TARBALL="121881-$PACKAGE-$VERSION.tar.gz"
WEB_SITE="http://gnome-look.org/content/show.php?content=121881"
WGET_URL="http://gnome-look.org/CONTENT/content-files/$TARBALL"

# Rules to configure and make the package.
compile_rules()
{
	cd $src
	./configure --prefix=/usr --enable-animation $CONFIGURE_ARGS &&
	make &&
	make DESTDIR=$PWD/_pkg install
}

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