# SliTaz package receipt

PACKAGE="searchmonkey"
VERSION="0.8.1"
CATEGORY="utilities"
SHORT_DESC="A fast real-time search engine using GTK+."
MAINTAINER="pankso@slitaz.org"
DEPENDS="gtk+ libglade xorg-libXdamage"
TARBALL="$PACKAGE-$VERSION.tar.gz"
WEB_SITE="http://searchmonkey.sourceforge.net/"
WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"

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

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