wok-next diff stellarium/receipt @ rev 21025

Update tzdata (2018g)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Nov 03 04:10:29 2018 +0200 (2018-11-03)
parents a244e109372e
children d457c4e37c1b
line diff
     1.1 --- a/stellarium/receipt	Tue Aug 21 00:41:54 2018 +0300
     1.2 +++ b/stellarium/receipt	Sat Nov 03 04:10:29 2018 +0200
     1.3 @@ -4,30 +4,31 @@
     1.4  VERSION="0.11.0"
     1.5  CATEGORY="games"
     1.6  SHORT_DESC="A stellarium with great graphics and a nice database of sky-objects"
     1.7 -MAINTAINER="slaxemulator@gmail.com"
     1.8 +MAINTAINER="devel@slitaz.org"
     1.9  LICENSE="GPL2"
    1.10 +WEB_SITE="http://www.stellarium.org/"
    1.11 +
    1.12  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.13 -WEB_SITE="http://www.stellarium.org/"
    1.14  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.15  
    1.16 -DEPENDS="libpng16 mesa glib freetype openssl libQtScript libQtOpenGL libQtSql \
    1.17 -libQtNetwork libQtGui zlib"
    1.18 -BUILD_DEPENDS="gettext perl cmake boost-dev boost-thread mesa-dev \
    1.19 +BUILD_DEPENDS="gettext-dev perl cmake boost-dev boost-thread mesa-dev \
    1.20  qt4 Qt4-dev qmake zlib-dev xorg-libX11-dev libdrm glu-dev"
    1.21  
    1.22 -# Rules to configure and make the package.
    1.23 -compile_rules()
    1.24 -{
    1.25 +compile_rules() {
    1.26  	sed -i 's/Ch.*reau/Chereau/' doc/stellarium*
    1.27 -	cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RELEASE || return 1
    1.28 -	make
    1.29 -	make DESTDIR=$DESTDIR install
    1.30 +
    1.31 +	cmake \
    1.32 +		-DCMAKE_INSTALL_PREFIX=/usr \
    1.33 +		-DCMAKE_BUILD_TYPE=RELEASE \
    1.34 +		. &&
    1.35 +	make &&
    1.36 +	make DESTDIR=$install install
    1.37  }
    1.38  
    1.39 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.40 -genpkg_rules()
    1.41 -{
    1.42 +genpkg_rules() {
    1.43  	mkdir -p $fs/usr/share/pixmaps $fs/usr/share/applications
    1.44  	cp -a $install/usr/bin $fs/usr
    1.45  	cp -a $install/usr/share/stellarium $fs/usr/share
    1.46 +	DEPENDS="libpng16 mesa glib freetype openssl libQtScript libQtOpenGL \
    1.47 +	libQtSql libQtNetwork libQtGui zlib"
    1.48  }