wok-6.x annotate tazweb/receipt @ rev 11598
dropbear/sshx: add screen support
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jan 14 11:56:41 2012 +0100 (2012-01-14) |
parents | cec089721789 |
children | daf2fb056a5a |
rev | line source |
---|---|
pankso@9482 | 1 # SliTaz package receipt. |
pankso@9482 | 2 |
pankso@9482 | 3 PACKAGE="tazweb" |
pankso@10719 | 4 VERSION="1.4" |
pankso@9482 | 5 CATEGORY="network" |
pankso@10719 | 6 SHORT_DESC="SliTaz simple, fast and small Web Browser" |
pankso@9482 | 7 MAINTAINER="pankso@slitaz.org" |
pankso@9482 | 8 DEPENDS="gtk+ libwebkit" |
pankso@9482 | 9 BUILD_DEPENDS="gtk+-dev libwebkit-dev" |
pankso@9482 | 10 TARBALL="$PACKAGE-$VERSION.tar.gz" |
pankso@9482 | 11 WEB_SITE="http://www.slitaz.org/" |
pankso@9482 | 12 WGET_URL="http://mirror.slitaz.org/sources/tazweb/$TARBALL" |
pankso@9482 | 13 |
pankso@9482 | 14 # Rules to configure and make the package. |
pankso@9482 | 15 compile_rules() |
pankso@9482 | 16 { |
pankso@10719 | 17 make && make DESTDIR=$DESTDIR install |
pankso@9482 | 18 } |
pankso@9482 | 19 |
pankso@9482 | 20 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@9482 | 21 genpkg_rules() |
pankso@9482 | 22 { |
pankso@9482 | 23 mkdir -p $fs |
pankso@9482 | 24 cp -a $_pkg/* $fs |
pankso@9482 | 25 } |