wok view tazweb/receipt @ rev 9491

Up: pygtk to 2.24.0.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Apr 05 14:54:10 2011 +0000 (2011-04-05)
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 }