# SliTaz package receipt.

PACKAGE="shutterbug"
VERSION="1.6.43"
CATEGORY="x-window"
SHORT_DESC="Screenshot application from the Fox Toolkit."
MAINTAINER="pankso@slitaz.org"
DEPENDS="fox"
WANTED="fox"
WEB_SITE="http://www.fox-toolkit.org/"

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