wok annotate tazweb/receipt @ rev 15207

Add mktorrent
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 10 12:15:52 2013 +0000 (2013-09-10)
parents 1c6c5080d008
children 5693128a8dec
rev   line source
pankso@9482 1 # SliTaz package receipt.
pankso@9482 2
pankso@9482 3 PACKAGE="tazweb"
al@14126 4 VERSION="1.6.4"
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 }