wok view yeahconsole/receipt @ rev 12140

clutter-gtk: Fixed again. It needs gtk-doc and a autoreconf -i inorder to not get 'clutter/clutter.h: No such file or directory' error.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Mar 13 22:22:35 2012 -0500 (2012-03-13)
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 }