wok diff marble/receipt @ rev 17954

Add marble
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Apr 16 11:48:17 2015 +0200 (2015-04-16)
parents
children c4dac50ef51f
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/marble/receipt	Thu Apr 16 11:48:17 2015 +0200
     1.3 @@ -0,0 +1,32 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="marble"
     1.7 +VERSION="v15.03.97"
     1.8 +CATEGORY="misc"
     1.9 +SHORT_DESC="A virtual globe and world atlas."
    1.10 +MAINTAINER="pascal.bellard@slitaz.org"
    1.11 +LICENSE="LGPL2.1 GPL3"
    1.12 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.13 +WEB_SITE="https://marble.kde.org/"
    1.14 +BRANCH="$VERSION"
    1.15 +WGET_URL="git|git://anongit.kde.org/marble"
    1.16 +TAGS="globe atlas"
    1.17 +
    1.18 +DEPENDS="libQtWebkit libQtDeclarative libQtDBus"
    1.19 +BUILD_DEPENDS="git Qt4-dev cmake libQtDeclarative"
    1.20 +
    1.21 +# Rules to configure and make the package.
    1.22 +compile_rules()
    1.23 +{
    1.24 +	mkdir build; cd build
    1.25 +	cmake	-DCMAKE_BUILD_TYPE=Release -DQTONLY=TRUE \
    1.26 +		-DCMAKE_INSTALL_PREFIX=/usr .. &&
    1.27 +	make &&
    1.28 +	make install
    1.29 +}
    1.30 +
    1.31 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.32 +genpkg_rules()
    1.33 +{
    1.34 +	cp -a $install/usr $fs
    1.35 +}