# HG changeset patch # User Paul Issott # Date 1241348010 0 # Node ID 760fa6e01502a66e0325f1faa893ffeca211838a # Parent ba5376bd83610ed1a0fa12bbbe544d89296268e3 Add yeahconsole (quake-like terminal) diff -r ba5376bd8361 -r 760fa6e01502 yeahconsole/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/yeahconsole/receipt Sun May 03 10:53:30 2009 +0000 @@ -0,0 +1,26 @@ +# SliTaz package receipt. + +PACKAGE="yeahconsole" +VERSION="0.3.4" +CATEGORY="utilities" +SHORT_DESC="Quake-like drop down terminal." +MAINTAINER="paul@slitaz.org" +DEPENDS="xterm" +BUILD_DEPENDS="xorg-libX11-dev xorg-xproto" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://phrat.de/yeahtools.html" +WGET_URL="http://phrat.de/$TARBALL" + +# 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/yeahconsole $fs/usr/bin +}