wok-current view yeahconsole/receipt @ rev 18189
openssl: security update to 1.0.1p - http://openssl.org/news/secadv_20150709.txt
author | Nathan Neulinger <nneul@neulinger.org> |
---|---|
date | Thu Jul 09 14:04:33 2015 +0000 (2015-07-09) |
parents | 617dbdeb6f7e |
children | 922f061231c2 |
line source
1 # SliTaz package receipt.
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 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://phrat.de/yeahtools.html"
11 WGET_URL="http://phrat.de/$TARBALL"
12 TAGS="terminal"
14 DEPENDS="xterm"
15 BUILD_DEPENDS="xorg-libX11-dev xorg-xproto"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 make
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr/bin
27 cp $src/yeahconsole $fs/usr/bin
28 }