# SliTaz package receipt.

PACKAGE="asciiquarium"
VERSION="1.0"
CATEGORY="system-tools"
SHORT_DESC="Text console screensaver."
MAINTAINER="pascal.bellard@slitaz.org"
TARBALL="${PACKAGE}_${VERSION}.tar.gz"
WEB_SITE="http://www.robobunny.com/projects/$PACKAGE/html/"
WGET_URL="http://www.robobunny.com/projects/$PACKAGE/$TARBALL"
DEPENDS="perl-animation perl-curses"
TAGS="screensaver"

# Rules to configure and make the package.
compile_rules()
{
	mv ${PACKAGE}_${VERSION} $src 2> /dev/null
	return 0
}

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