wok-next view yeahconsole/receipt @ rev 21727
created recipe for vbindiff
author | Hans-G?nter Theisgen |
---|---|
date | Sat Nov 21 14:32:44 2020 +0100 (2020-11-21) |
parents | f99935f1778a |
children |
line source
1 # SliTaz package receipt v2.
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 WEB_SITE="http://phrat.de/yeahtools.html"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://phrat.de/$TARBALL"
14 BUILD_DEPENDS="libx11-dev xorgproto"
16 compile_rules() {
17 make &&
18 install -Dm755 $src/yeahconsole $install/usr/bin/yeahconsole
19 }
21 genpkg_rules() {
22 copy @std
23 DEPENDS="xterm"
24 TAGS="terminal"
25 }