wok view yeahconsole/receipt @ rev 22277

updated xorg-xf86-video-r128 (6.10.2 -> 6.12.0)
author Hans-G?nter Theisgen
date Wed Nov 13 14:06:53 2019 +0100 (2019-11-13)
parents 617dbdeb6f7e
children 922f061231c2
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 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://phrat.de/yeahtools.html"
11 WGET_URL="http://phrat.de/$TARBALL"
12 TAGS="terminal"
14 DEPENDS="xterm"
15 BUILD_DEPENDS="xorg-libX11-dev xorg-xproto"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 make
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr/bin
27 cp $src/yeahconsole $fs/usr/bin
28 }