wok-next view yeahconsole/receipt @ rev 20785

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
parents 5d53e8ccbc8d
children f99935f1778a
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="xorg-libX11-dev xorg-xproto"
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 }