# SliTaz package receipt.

PACKAGE="expedite"
VERSION="0.7.2"
CATEGORY="graphics"
SHORT_DESC="E17 benchmark suite for Evas."
MAINTAINER="pankso@slitaz.org"
TARBALL="$PACKAGE-$VERSION.tar.bz2"
WEB_SITE="http://www.enlightenment.org/"
WGET_URL="http://download.enlightenment.org/snapshots/2010-12-03/$TARBALL"
TAGS="e17"

DEPENDS="eina eet evas"
BUILD_DEPENDS="eina-dev eet-dev evas-dev"

# Rules to configure and make the package.
compile_rules()
{
	./configure $CONFIGURE_ARGS && make && make install
}

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