wok annotate tazweb/receipt @ rev 16266

Up: tazweb (1.8) With full bookmarks support and easy access
author Christophe Lincoln <pankso@slitaz.org>
date Sat Apr 05 18:57:30 2014 +0200 (2014-04-05)
parents 5693128a8dec
children 8098d6eb4fdc
rev   line source
pankso@9482 1 # SliTaz package receipt.
pankso@9482 2
pankso@9482 3 PACKAGE="tazweb"
pankso@16266 4 VERSION="1.8"
pankso@9482 5 CATEGORY="network"
pankso@10719 6 SHORT_DESC="SliTaz simple, fast and small Web Browser"
pankso@9482 7 MAINTAINER="pankso@slitaz.org"
pascal@15022 8 LICENSE="BSD"
al@14126 9 WEB_SITE="http://www.slitaz.org/"
al@14126 10 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@14126 11 WGET_URL="http://hg.slitaz.org/$PACKAGE/archive/$VERSION.tar.gz"
al@14126 12
al@14126 13 DEPENDS="libwebkit"
pankso@9482 14 BUILD_DEPENDS="gtk+-dev libwebkit-dev"
pankso@9482 15
pankso@9482 16 # Rules to configure and make the package.
pankso@9482 17 compile_rules()
pankso@9482 18 {
al@14126 19 make && make msgfmt && make DESTDIR=$install install
pankso@9482 20 }
pankso@9482 21
pankso@9482 22 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@9482 23 genpkg_rules()
pankso@9482 24 {
pankso@9482 25 mkdir -p $fs
pankso@12178 26 cp -a $install/* $fs
pankso@9482 27 }