wok view tazweb/receipt @ rev 9482

Add TazWeb aka SliTaz Web Browser :-)
author Christophe Lincoln <pankso@slitaz.org>
date Mon Apr 04 23:33:21 2011 +0200 (2011-04-04)
parents
children 5d4c85d6bc60
line source
1 # SliTaz package receipt.
3 PACKAGE="tazweb"
4 VERSION="1.1"
5 CATEGORY="network"
6 SHORT_DESC="SliTaz simple and small Web Browser"
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="gtk+ libwebkit"
9 BUILD_DEPENDS="gtk+-dev libwebkit-dev"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WEB_SITE="http://www.slitaz.org/"
12 WGET_URL="http://mirror.slitaz.org/sources/tazweb/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 make && make DESTDIR=$WOK/$PACKAGE/install install
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs
25 cp -a $_pkg/* $fs
26 }