wok annotate yeahconsole/receipt @ rev 23848

inkscape: update build_depends
author Richard Dunbar <mojo@slitaz.org>
date Sun Jun 14 23:18:03 2020 -0400 (2020-06-14)
parents 617dbdeb6f7e
children 922f061231c2
rev   line source
paul@2873 1 # SliTaz package receipt.
paul@2873 2
paul@2873 3 PACKAGE="yeahconsole"
paul@2873 4 VERSION="0.3.4"
paul@2873 5 CATEGORY="utilities"
paul@2873 6 SHORT_DESC="Quake-like drop down terminal."
paul@2873 7 MAINTAINER="paul@slitaz.org"
pascal@15362 8 LICENSE="GPL2"
paul@2873 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
paul@2873 10 WEB_SITE="http://phrat.de/yeahtools.html"
paul@2873 11 WGET_URL="http://phrat.de/$TARBALL"
jozee@4977 12 TAGS="terminal"
paul@2873 13
pascal@15362 14 DEPENDS="xterm"
pascal@15362 15 BUILD_DEPENDS="xorg-libX11-dev xorg-xproto"
pascal@15362 16
paul@2873 17 # Rules to configure and make the package.
paul@2873 18 compile_rules()
paul@2873 19 {
al@17501 20 make
paul@2873 21 }
paul@2873 22
paul@2873 23 # Rules to gen a SliTaz package suitable for Tazpkg.
paul@2873 24 genpkg_rules()
paul@2873 25 {
paul@2873 26 mkdir -p $fs/usr/bin
paul@2873 27 cp $src/yeahconsole $fs/usr/bin
paul@2873 28 }