wok-next view yeahconsole/receipt @ rev 21718

Up dropbear (2020.80)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 29 08:19:44 2020 +0000 (2020-07-29)
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 }