wok-next annotate yeahconsole/receipt @ rev 21727
created recipe for vbindiff
author | Hans-G?nter Theisgen |
---|---|
date | Sat Nov 21 14:32:44 2020 +0100 (2020-11-21) |
parents | f99935f1778a |
children |
rev | line source |
---|---|
al@20503 | 1 # SliTaz package receipt v2. |
paul@2873 | 2 |
paul@2873 | 3 PACKAGE="yeahconsole" |
paul@2873 | 4 VERSION="0.3.4" |
paul@2873 | 5 CATEGORY="utilities" |
al@20503 | 6 SHORT_DESC="Quake-like drop down terminal" |
paul@2873 | 7 MAINTAINER="paul@slitaz.org" |
pascal@15362 | 8 LICENSE="GPL2" |
al@20503 | 9 WEB_SITE="http://phrat.de/yeahtools.html" |
al@20503 | 10 |
paul@2873 | 11 TARBALL="$PACKAGE-$VERSION.tar.gz" |
paul@2873 | 12 WGET_URL="http://phrat.de/$TARBALL" |
paul@2873 | 13 |
al@21078 | 14 BUILD_DEPENDS="libx11-dev xorgproto" |
pascal@15362 | 15 |
al@20503 | 16 compile_rules() { |
al@20503 | 17 make && |
al@20503 | 18 install -Dm755 $src/yeahconsole $install/usr/bin/yeahconsole |
paul@2873 | 19 } |
paul@2873 | 20 |
al@20503 | 21 genpkg_rules() { |
al@20503 | 22 copy @std |
al@20503 | 23 DEPENDS="xterm" |
al@20503 | 24 TAGS="terminal" |
paul@2873 | 25 } |