wok view xombrero/receipt @ rev 15280

cinepaint: remove a wrong error trigger (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Sep 26 13:12:43 2013 +0000 (2013-09-26)
parents 7a1a473a365b
children 5d53e8ccbc8d
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 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"
13 DEPENDS="gtk+ libwebkit libbsd"
14 BUILD_DEPENDS="gtk+-dev libwebkit-dev libsoup-dev gnutls-dev libbsd-dev \
15 groff wget"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 sed -i "s|xombrero %u|xombrero -f /etc/xombrero.conf %u|" xombrero.desktop
21 make PREFIX="/usr" -C linux GTK_VERSION="gtk2" install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir $fs/etc
28 cp -a $install/* $fs
29 cp $stuff/xombrero.conf $fs/etc
30 }