wok-next diff yeahconsole/receipt @ rev 20715

Up nsd (4.1.21)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun May 27 13:10:46 2018 +0300 (2018-05-27)
parents 5d53e8ccbc8d
children f99935f1778a
line diff
     1.1 --- a/yeahconsole/receipt	Thu Jan 08 02:04:05 2015 +0200
     1.2 +++ b/yeahconsole/receipt	Sun May 27 13:10:46 2018 +0300
     1.3 @@ -1,28 +1,25 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="yeahconsole"
     1.8  VERSION="0.3.4"
     1.9  CATEGORY="utilities"
    1.10 -SHORT_DESC="Quake-like drop down terminal."
    1.11 +SHORT_DESC="Quake-like drop down terminal"
    1.12  MAINTAINER="paul@slitaz.org"
    1.13  LICENSE="GPL2"
    1.14 +WEB_SITE="http://phrat.de/yeahtools.html"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17 -WEB_SITE="http://phrat.de/yeahtools.html"
    1.18  WGET_URL="http://phrat.de/$TARBALL"
    1.19 -TAGS="terminal"
    1.20  
    1.21 -DEPENDS="xterm"
    1.22  BUILD_DEPENDS="xorg-libX11-dev xorg-xproto"
    1.23  
    1.24 -# Rules to configure and make the package.
    1.25 -compile_rules()
    1.26 -{
    1.27 -	make
    1.28 +compile_rules() {
    1.29 +	make &&
    1.30 +	install -Dm755 $src/yeahconsole $install/usr/bin/yeahconsole
    1.31  }
    1.32  
    1.33 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.34 -genpkg_rules()
    1.35 -{
    1.36 -	mkdir -p $fs/usr/bin
    1.37 -	cp $src/yeahconsole $fs/usr/bin
    1.38 +genpkg_rules() {
    1.39 +	copy @std
    1.40 +	DEPENDS="xterm"
    1.41 +	TAGS="terminal"
    1.42  }