wok view yeahconsole/receipt @ rev 22195
updated xorg-libFS and xorg-libFS-dev (1.0.5 -> 1.0.8)
| author | Hans-Günter Theisgen | 
|---|---|
| date | Mon Nov 11 10:04:30 2019 +0100 (2019-11-11) | 
| 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 }