wok-next annotate yeahconsole/receipt @ rev 3346
Up: transmission (1.71)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu Jun 11 16:35:46 2009 +0200 (2009-06-11) |
parents | |
children | bec18999886e |
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" |
paul@2873 | 13 |
paul@2873 | 14 # Rules to configure and make the package. |
paul@2873 | 15 compile_rules() |
paul@2873 | 16 { |
paul@2873 | 17 cd $src |
paul@2873 | 18 make |
paul@2873 | 19 } |
paul@2873 | 20 |
paul@2873 | 21 # Rules to gen a SliTaz package suitable for Tazpkg. |
paul@2873 | 22 genpkg_rules() |
paul@2873 | 23 { |
paul@2873 | 24 mkdir -p $fs/usr/bin |
paul@2873 | 25 cp $src/yeahconsole $fs/usr/bin |
paul@2873 | 26 } |