wok view xombrero/receipt @ rev 17983

Up xombrero (1.6.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Apr 20 11:31:18 2015 +0200 (2015-04-20)
parents 5d53e8ccbc8d
children 919c384354f4
line source
1 # SliTaz package receipt.
3 PACKAGE="xombrero"
4 VERSION="1.6.4"
5 CATEGORY="network"
6 SHORT_DESC="A minimalist web browser with sophisticated security features."
7 MAINTAINER="claudinei@slitaz.org"
8 LICENSE="ISC"
9 WEB_SITE="https://opensource.conformal.com/wiki/xombrero"
10 TARBALL="$PACKAGE-$VERSION.tgz"
11 WGET_URL="https://opensource.conformal.com/snapshots/$PACKAGE/$TARBALL"
12 TAGS="web-browser"
14 DEPENDS="gtk+ libwebkit libbsd"
15 BUILD_DEPENDS="gtk+-dev libwebkit-dev libsoup-dev gnutls-dev libbsd-dev \
16 groff wget"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 find -type f -print0 | xargs -0 sed -i 's|/usr/local|/usr|'
22 sed -i "s|xombrero %u|xombrero -f /etc/xombrero.conf %u|" xombrero.desktop
23 make PREFIX="/usr" -C linux GTK_VERSION="gtk2" install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 mkdir $fs/etc
30 cp -a $install/* $fs
31 cp $stuff/xombrero.conf $fs/etc
32 }