SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "asciiquarium"

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

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