# SliTaz package receipt.

PACKAGE="tty-clock"
VERSION="20100924"
CATEGORY="utilities"
SHORT_DESC="Analog ncurses clock."
MAINTAINER="paul@slitaz.org"
DEPENDS="ncurses"
BUILD_DEPENDS="ncurses-dev git"
WEB_SITE="http://github.com/Karnash/tty-clock"
TAGS="clock"
WGET_URL="git|http://github.com/Karnash/tty-clock.git"

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

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