wok view xombrero/receipt @ rev 14896

Add: xombrero (1.6.3)
author Claudinei Pereira <claudinei@slitaz.org>
date Fri Jul 26 18:55:09 2013 -0300 (2013-07-26)
parents
children a3fafab03b51
line source
1 # SliTaz package receipt.
3 PACKAGE="xombrero"
4 VERSION="1.6.3"
5 CATEGORY="x-window"
6 SHORT_DESC="A minimalist web browser with sophisticated security features."
7 MAINTAINER="claudinei@slitaz.org"
8 WEB_SITE="https://opensource.conformal.com/wiki/xombrero"
9 TARBALL="$PACKAGE-$VERSION.tgz"
10 WGET_URL="https://opensource.conformal.com/snapshots/$PACKAGE/$TARBALL"
12 DEPENDS="gtk+ libwebkit libbsd"
13 BUILD_DEPENDS="gtk+-dev libwebkit-dev libsoup-dev gnutls-dev libbsd-dev \
14 groff wget"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 sed -i "s|xombrero %u|xombrero -f /etc/xombrero.conf %u|" xombrero.desktop
20 make PREFIX="/usr" -C linux GTK_VERSION="gtk2" install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir $fs/etc
27 cp -a $install/* $fs
28 cp $stuff/xombrero.conf $fs/etc
29 }