SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "tty-clock"

# 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
}

3382 packages and 430813 files in stable database (Mon Mar 4 17:53:49 2019)