wok view xombrero/receipt @ rev 17501

Normalize tags "file-manager", "web-browser", "text-editor", "terminal", and "window-manager" according to tazx.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jan 08 02:04:05 2015 +0200 (2015-01-08)
parents a3fafab03b51
children 87a2f75d7a93
line source
1 # SliTaz package receipt.
3 PACKAGE="xombrero"
4 VERSION="1.6.3"
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 sed -i "s|xombrero %u|xombrero -f /etc/xombrero.conf %u|" xombrero.desktop
22 make PREFIX="/usr" -C linux GTK_VERSION="gtk2" install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir $fs/etc
29 cp -a $install/* $fs
30 cp $stuff/xombrero.conf $fs/etc
31 }