wok annotate yeahconsole/receipt @ rev 16329

ARM: add xorg-xprop - Used in the new SliTaz Tiny/Touch Screen (sts) desktop
author Christophe Lincoln <pankso@slitaz.org>
date Thu Apr 10 19:50:37 2014 +0200 (2014-04-10)
parents bec18999886e
children 5d53e8ccbc8d
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 {
paul@2873 20 cd $src
paul@2873 21 make
paul@2873 22 }
paul@2873 23
paul@2873 24 # Rules to gen a SliTaz package suitable for Tazpkg.
paul@2873 25 genpkg_rules()
paul@2873 26 {
paul@2873 27 mkdir -p $fs/usr/bin
paul@2873 28 cp $src/yeahconsole $fs/usr/bin
paul@2873 29 }