wok view tazweb/receipt @ rev 13649

Added: gvolwheel & pnmixer (tray volume control); netrik (text web browser/pager); nanoshot (python tray screenshot tool); font-manager; fbterm (framebuffer terminal); faenza-icon-theme (need clean more)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 16 02:22:49 2012 +0000 (2012-11-16)
parents dedc7e272d02
children c791e2ee2765
line source
1 # SliTaz package receipt.
3 PACKAGE="tazweb"
4 VERSION="1.6.2"
5 CATEGORY="network"
6 SHORT_DESC="SliTaz simple, fast 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 make && make DESTDIR=$DESTDIR install
18 }
20 # Rules to gen a SliTaz package suitable for Tazpkg.
21 genpkg_rules()
22 {
23 mkdir -p $fs
24 cp -a $install/* $fs
25 }