wok view tazweb/receipt @ rev 16329

ARM: add xorg-xprop - Used in the new SliTaz Tiny/Touch Screen (sts) desktop
author Christophe Lincoln <pankso@slitaz.org>
date Thu Apr 10 19:50:37 2014 +0200 (2014-04-10)
parents 630e9bcf2759
children 4c135e0fe1b8
line source
1 # SliTaz package receipt.
3 PACKAGE="tazweb"
4 VERSION="1.8.2"
5 CATEGORY="network"
6 SHORT_DESC="SliTaz simple, fast and small Web Browser"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="http://www.slitaz.org/"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WGET_URL="http://hg.slitaz.org/$PACKAGE/archive/$VERSION.tar.gz"
12 HOST_ARCH="i486 arm"
14 DEPENDS="glib gtk+ libsoup libwebkit libxslt"
15 BUILD_DEPENDS="glib-dev gtk+-dev libsoup-dev libwebkit-dev libxslt-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 make && make msgfmt && make DESTDIR=$install install
21 }
23 # Cross compilation check
24 testsuite() {
25 readelf -h $install/usr/bin/tazweb
26 }
28 # Rules to gen a SliTaz package suitable for Tazpkg.
29 genpkg_rules()
30 {
31 mkdir -p $fs
32 cp -a $install/* $fs
33 }