wok view yeahconsole/receipt @ rev 3875

Busybox: ensure pidfile are valid
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Aug 10 13:56:55 2009 +0200 (2009-08-10)
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 }