# SliTaz package receipt.

PACKAGE="tazdrop"
VERSION="4.4"
CATEGORY="office"
SHORT_DESC="SliTaz desktop Drag N' Drop tool"
MAINTAINER="pankso@slitaz.org"
DEPENDS="gtk+ yad"
SOURCE="slitaz-tools"
TARBALL="$SOURCE-$VERSION.tar.gz"
WEB_SITE="http://www.slitaz.org/"
WGET_URL="http://mirror.slitaz.org/sources/tools/$TARBALL"

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

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