# SliTaz package receipt.

PACKAGE="gob2"
VERSION="2.0.17"
CATEGORY="x-window"
MAINTAINER="jozee@slitaz.org"
SHORT_DESC="GTK Object Builder (GOB) is a simple preprocessor for easily creating GTK objects"
DEPENDS="glib"
BUILD_DEPENDS="flex"
WEB_SITE="http://www.5z.com/jirka/gob.html"
TARBALL="$PACKAGE-$VERSION.tar.bz2"
WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/${PACKAGE}/2.0/$TARBALL"
TAGS=""

# Rules to configure and make the package.

compile_rules() {
	cd $src
	./configure && make -j1 && make install
}
	
# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
	mkdir -p $fs/usr
	cp -a $_pkg/usr/bin $fs/usr	
}