wok-next view yeahconsole/receipt @ rev 21247

updated cyrus-imapd (2.4.17 -> 3.0.12)
author Hans-G?nter Theisgen
date Thu Dec 05 16:28:27 2019 +0100 (2019-12-05)
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 }