# SliTaz package receipt.

PACKAGE="get-wink"
VERSION="1.00"
CATEGORY="non-free"
SHORT_DESC="Get a Tutorial and Presentation creation software."
MAINTAINER="pascal.bellard@slitaz.org"
WEB_SITE="http://www.debugmode.com/wink/"
TAGS="tutorial screenshot"

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