wok view tazweb/receipt @ rev 10375

rox-filer: fix bdeps...
author Christophe Lincoln <pankso@slitaz.org>
date Mon May 23 12:30:01 2011 +0200 (2011-05-23)
parents 5d4c85d6bc60
children e0490de4e7c5
line source
1 # SliTaz package receipt.
3 PACKAGE="tazweb"
4 VERSION="1.3"
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 }