wok diff 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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/xombrero/receipt	Fri Jul 26 18:55:09 2013 -0300
     1.3 @@ -0,0 +1,29 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="xombrero"
     1.7 +VERSION="1.6.3"
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="A minimalist web browser with sophisticated security features."
    1.10 +MAINTAINER="claudinei@slitaz.org"
    1.11 +WEB_SITE="https://opensource.conformal.com/wiki/xombrero"
    1.12 +TARBALL="$PACKAGE-$VERSION.tgz" 
    1.13 +WGET_URL="https://opensource.conformal.com/snapshots/$PACKAGE/$TARBALL"
    1.14 +
    1.15 +DEPENDS="gtk+ libwebkit libbsd"
    1.16 +BUILD_DEPENDS="gtk+-dev libwebkit-dev libsoup-dev gnutls-dev libbsd-dev \
    1.17 +groff wget"
    1.18 +
    1.19 +# Rules to configure and make the package.
    1.20 +compile_rules()
    1.21 +{
    1.22 +	sed -i "s|xombrero %u|xombrero -f /etc/xombrero.conf %u|" xombrero.desktop
    1.23 +	make PREFIX="/usr" -C linux GTK_VERSION="gtk2" install
    1.24 +}
    1.25 +
    1.26 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.27 +genpkg_rules()
    1.28 +{
    1.29 +	mkdir $fs/etc
    1.30 +	cp -a $install/* $fs
    1.31 +	cp $stuff/xombrero.conf $fs/etc
    1.32 +}