wok-next view yeahconsole/receipt @ rev 21705

updated graphviz (2.40.1 -> 2.44.0)
author Hans-G?nter Theisgen
date Mon Jul 06 14:36:48 2020 +0100 (2020-07-06)
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 }