wok view yeahconsole/receipt @ rev 4677

Up: intltool (0.40.6)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Dec 30 10:26:31 2009 +0100 (2009-12-30)
parents
children bec18999886e
line source
1 # SliTaz package receipt.
3 PACKAGE="yeahconsole"
4 VERSION="0.3.4"
5 CATEGORY="utilities"
6 SHORT_DESC="Quake-like drop down terminal."
7 MAINTAINER="paul@slitaz.org"
8 DEPENDS="xterm"
9 BUILD_DEPENDS="xorg-libX11-dev xorg-xproto"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WEB_SITE="http://phrat.de/yeahtools.html"
12 WGET_URL="http://phrat.de/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 make
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs/usr/bin
25 cp $src/yeahconsole $fs/usr/bin
26 }