wok-current view yeahconsole/receipt @ rev 12907
Move audit gtkhotkey libqcow sweethome3d from undigest
| author | Pascal Bellard <pascal.bellard@slitaz.org> | 
|---|---|
| date | Tue May 29 18:15:33 2012 +0200 (2012-05-29) | 
| parents | 760fa6e01502 | 
| children | 617dbdeb6f7e | 
 line source
     1 # SliTaz package receipt.
     3 PACKAGE="yeahconsole"
     4 VERSION="0.3.4"
     5 CATEGORY="utilities"
     6 SHORT_DESC="Quake-like drop down terminal."
     7 MAINTAINER="paul@slitaz.org"
     8 DEPENDS="xterm"
     9 BUILD_DEPENDS="xorg-libX11-dev xorg-xproto"
    10 TARBALL="$PACKAGE-$VERSION.tar.gz"
    11 WEB_SITE="http://phrat.de/yeahtools.html"
    12 WGET_URL="http://phrat.de/$TARBALL"
    13 TAGS="terminal"
    15 # Rules to configure and make the package.
    16 compile_rules()
    17 {
    18 	cd $src
    19 	make 
    20 }
    22 # Rules to gen a SliTaz package suitable for Tazpkg.
    23 genpkg_rules()
    24 {
    25 	mkdir -p $fs/usr/bin
    26 	cp $src/yeahconsole $fs/usr/bin
    27 }