wok rev 11002

Up: stellarium to 0.11.0.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Oct 13 03:00:49 2011 +0000 (2011-10-13)
parents e274e203fbda
children 29fd5f734eb7
files stellarium/receipt
line diff
     1.1 --- a/stellarium/receipt	Thu Oct 13 02:59:17 2011 +0000
     1.2 +++ b/stellarium/receipt	Thu Oct 13 03:00:49 2011 +0000
     1.3 @@ -1,23 +1,24 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="stellarium"
     1.7 -VERSION="0.10.6"
     1.8 +VERSION="0.11.0"
     1.9  CATEGORY="games"
    1.10  SHORT_DESC="A stellarium with great graphics and a nice database of sky-objects"
    1.11  MAINTAINER="slaxemulator@gmail.com"
    1.12 -DEPENDS="libpng mesa glib freetype openssl libQtScript libQtOpenGL libQtSql libQtNetwork libQtGui zlib"
    1.13 -BUILD_DEPENDS="gettext perl cmake libboost-dev libboost-thread-dev mesa-dev qt4 Qt4-dev qmake zlib-dev pkg-config xorg-libX11-dev"
    1.14  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.15  WEB_SITE="http://www.stellarium.org/"
    1.16  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.17  
    1.18 +DEPENDS="libpng mesa glib freetype openssl libQtScript libQtOpenGL libQtSql libQtNetwork libQtGui zlib"
    1.19 +BUILD_DEPENDS="gettext perl cmake libboost-dev libboost-thread-dev mesa-dev qt4 Qt4-dev qmake zlib-dev pkg-config xorg-libX11-dev"
    1.20 +
    1.21  # Rules to configure and make the package.
    1.22  compile_rules()
    1.23  {
    1.24  	cd $src
    1.25  	cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RELEASE || return 1
    1.26  	make
    1.27 -	make DESTDIR=$PWD/_pkg install
    1.28 +	make DESTDIR=$DESTDIR install
    1.29  }
    1.30  
    1.31  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.32 @@ -26,7 +27,5 @@
    1.33  	mkdir -p $fs/usr/share/pixmaps $fs/usr/share/applications
    1.34  	cp -a $_pkg/usr/bin $fs/usr
    1.35  	cp -a $_pkg/usr/share/stellarium $fs/usr/share
    1.36 -	cp -a $stuff/stellarium.png $fs/usr/share/pixmaps
    1.37 -	cp -a $stuff/stellarium.desktop $fs/usr/share/applications
    1.38  }
    1.39