wok diff dooble/receipt @ rev 16974

some fixes to previous commits
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Tue Aug 05 15:58:00 2014 +0200 (2014-08-05)
parents
children 8d9754bad0a1
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/dooble/receipt	Tue Aug 05 15:58:00 2014 +0200
     1.3 @@ -0,0 +1,29 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="dooble"
     1.7 +VERSION="1.48"
     1.8 +CATEGORY="web"
     1.9 +SHORT_DESC="Qt Webkit-based browser with built-in terminal"
    1.10 +MAINTAINER="psychomaniak@xakep.ru"
    1.11 +LICENSE="BSD"
    1.12 +WEB_SITE="http://dooble.sourceforge.net"
    1.13 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14 +WGET_URL="$SF_MIRROR/$PACKAGE/files/Dooble.d.tar.gz"
    1.15 +
    1.16 +DEPENDS="libQtCore libQtDBus libQtGui libQtNetwork libQtScript libQtSql \
    1.17 +libQtXml libQtWebKit libspoton gst-plugins-base"
    1.18 +BUILD_DEPENDS="wget cacerts Qt4-dev qmake libgcrypt-dev sqlite-dev"
    1.19 +
    1.20 +# Rules to configure and make the package.
    1.21 +compile_rules()
    1.22 +{
    1.23 +	cd $src/trunk/browser
    1.24 +	qmake dooble.pro
    1.25 +	make && make INSTALL_ROOT=$install install
    1.26 +}
    1.27 +
    1.28 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.29 +genpkg_rules()
    1.30 +{
    1.31 +	cp -a $install/* $fs
    1.32 +}