wok annotate tazweb/receipt @ rev 16060

ARM: add zile and joe text editors (nano got regex bug on ARM)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Mar 12 00:54:36 2014 +0100 (2014-03-12)
parents 5286a067ac76
children 821de62b206f
rev   line source
pankso@9482 1 # SliTaz package receipt.
pankso@9482 2
pankso@9482 3 PACKAGE="tazweb"
pankso@15796 4 VERSION="1.7"
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 }