SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "yeahconsole"

# SliTaz package receipt.

PACKAGE="yeahconsole"
VERSION="0.3.4"
CATEGORY="utilities"
SHORT_DESC="Quake-like drop down terminal."
MAINTAINER="paul@slitaz.org"
LICENSE="GPL2"
TARBALL="$PACKAGE-$VERSION.tar.gz"
WEB_SITE="http://phrat.de/yeahtools.html"
WGET_URL="http://phrat.de/$TARBALL"
TAGS="terminal"

DEPENDS="xterm"
BUILD_DEPENDS="xorg-libX11-dev xorg-xproto"

# What is the latest version available today?
current_version()
{
    wget -O - http://phrat.de/downloads.html 2>/dev/null | \
    sed '/yeahconsole/!d;s|.*-||;s|.tar.*||;q'
}

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

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr/bin
    cp $src/yeahconsole $fs/usr/bin
}
6025 packages and 203154 files in current database (Thu Apr 25 06:17:47 2024)