# SliTaz package receipt.

PACKAGE="murrine"
VERSION="0.98.1.1"
CATEGORY="x-window"
SHORT_DESC="GTK2 engine to make your desktop look like a murrina"
MAINTAINER="jozee@slitaz.org"
DEPENDS="pixman expat libgio gtk+"
BUILD_DEPENDS="autoconf automake intltool libtool m4 gettext libgomp pixman-dev expat-dev libgio-dev gtk+-dev glibc-locale"
TARBALL="$PACKAGE-$VERSION.tar.bz2"
WEB_SITE="http://www.cimitan.com/murrine"
WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/murrine/0.98/$TARBALL"

# Rules to configure and make the package.
compile_rules()
{
	cd $src
	#sed -i 's/1.10/1.11/g' autogen.sh
	./configure --prefix=/usr --enable-animation $CONFIGURE_ARGS &&
	make &&
	make DESTDIR=$PWD/_pkg install
}

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