wok view yeahconsole/receipt @ rev 8621

Up: xfce4-session to 4.8.1.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Feb 14 17:52:45 2011 +0000 (2011-02-14)
parents 760fa6e01502
children 617dbdeb6f7e
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"
13 TAGS="terminal"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 make
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/bin
26 cp $src/yeahconsole $fs/usr/bin
27 }