# HG changeset patch # User Paul Issott # Date 1261309206 0 # Node ID 250505e1d0ea935642a88fbbcc022c3eb50e9b9f # Parent 465bea0015d039870490e726f9414ad0e8c85321 Add: tty-clock diff -r 465bea0015d0 -r 250505e1d0ea tty-clock/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tty-clock/receipt Sun Dec 20 11:40:06 2009 +0000 @@ -0,0 +1,27 @@ +# SliTaz package receipt. + +PACKAGE="tty-clock" +VERSION="20091220" +CATEGORY="utilities" +SHORT_DESC="Analog ncurses clock." +MAINTAINER="paul@slitaz.org" +DEPENDS="ncurses" +BUILD_DEPENDS="ncurses-dev git" +WEB_SITE="http://gitorious.org/holizz-github/tty-clock" + +# Rules to configure and make the package. +compile_rules() +{ + git clone git://gitorious.org/holizz-github/tty-clock.git + mv $PACKAGE $PACKAGE-$VERSION 2>/dev/null + 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 +} +