# Depends on: gtk2 lua

description="The GTK Engines package contains eight themes/engines and two additional engines for GTK2"
url="http://ftp.gnome.org/pub/gnome/sources/gtk-engines"
contributors="berlius"
packager="greg <greg@nutyx.org>"

name=gtk-engines
version=2.20.2
release=1

source=(http://ftp.gnome.org/pub/gnome/sources/gtk-engines/2.20/$name-$version.tar.bz2)
 
build() {

	cd $name-$version
	
	./configure --prefix=/usr 
	
	make

	make DESTDIR=$PKG install

}
