wok-current annotate yeahconsole/receipt @ rev 14714
lib[a-n]*: add LICENSE
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Jun 11 10:41:23 2013 +0200 (2013-06-11) |
parents | 760fa6e01502 |
children | 617dbdeb6f7e |
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" |
paul@2873 | 8 DEPENDS="xterm" |
paul@2873 | 9 BUILD_DEPENDS="xorg-libX11-dev xorg-xproto" |
paul@2873 | 10 TARBALL="$PACKAGE-$VERSION.tar.gz" |
paul@2873 | 11 WEB_SITE="http://phrat.de/yeahtools.html" |
paul@2873 | 12 WGET_URL="http://phrat.de/$TARBALL" |
jozee@4977 | 13 TAGS="terminal" |
paul@2873 | 14 |
paul@2873 | 15 # Rules to configure and make the package. |
paul@2873 | 16 compile_rules() |
paul@2873 | 17 { |
paul@2873 | 18 cd $src |
paul@2873 | 19 make |
paul@2873 | 20 } |
paul@2873 | 21 |
paul@2873 | 22 # Rules to gen a SliTaz package suitable for Tazpkg. |
paul@2873 | 23 genpkg_rules() |
paul@2873 | 24 { |
paul@2873 | 25 mkdir -p $fs/usr/bin |
paul@2873 | 26 cp $src/yeahconsole $fs/usr/bin |
paul@2873 | 27 } |