wok-6.x rev 6526
Added stellarium. A virtual star watcher.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Oct 03 05:09:56 2010 +0000 (2010-10-03) |
parents | 617d180b0c1e |
children | 15ac6124bf79 |
files | stellarium/receipt stellarium/stuff/stellarium.desktop stellarium/stuff/stellarium.png |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/stellarium/receipt Sun Oct 03 05:09:56 2010 +0000 1.3 @@ -0,0 +1,32 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="stellarium" 1.7 +VERSION="0.10.5" 1.8 +CATEGORY="games" 1.9 +SHORT_DESC="A stellarium with great graphics and a nice database of sky-objects" 1.10 +MAINTAINER="slaxemulator@gmail.com" 1.11 +DEPENDS="libpng mesa glib freetype openssl libQtScript libQtOpenGL libQtSql libQtNetwork libQtGui zlib" 1.12 +BUILD_DEPENDS="gettext perl cmake libboost-dev libboost-thread-dev mesa-dev qt4 Qt4-dev qmake zlib-dev pkg-config xorg-libX11-dev" 1.13 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.14 +WEB_SITE="http://steelarium.free.fr/" 1.15 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.16 + 1.17 +# Rules to configure and make the package. 1.18 +compile_rules() 1.19 +{ 1.20 + cd $src 1.21 + cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RELEASE || return 1 1.22 + make || return 1 1.23 + make && make DESTDIR=$PWD/_pkg 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 -p $fs/usr/share/pixmaps $fs/usr/share/applications 1.30 + cp -a $_pkg/usr/bin $fs/usr 1.31 + cp -a $_pkg/usr/share/stellarium $fs/usr/share 1.32 + cp -a $WOK/$PACKAGE/stuff/stellarium.png $fs/usr/share/pixmaps 1.33 + cp -a $WOK/$PACKAGE/stuff/stellarium.desktop $fs/usr/share/applications 1.34 +} 1.35 +
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/stellarium/stuff/stellarium.desktop Sun Oct 03 05:09:56 2010 +0000 2.3 @@ -0,0 +1,9 @@ 2.4 +[Desktop Entry] 2.5 +Name=Stellarium nightsky renderer 2.6 +GenericName=Nightsky renderer 2.7 +Comment=A real-time nightsky renderer 2.8 +Categories=Education;Science;Astronomy; 2.9 +Icon=stellarium 2.10 +Exec=stellarium 2.11 +Terminal=false 2.12 +Type=Application
3.1 Binary file stellarium/stuff/stellarium.png has changed