academic/stellarium: Updated for version 0.12.4.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2013-11-06 06:14:32 +07:00 committed by Robby Workman
parent 9e64763c4c
commit 9bbba9e527
2 changed files with 9 additions and 5 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=stellarium
VERSION=${VERSION:-0.11.0}
VERSION=${VERSION:-0.12.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -63,7 +63,11 @@ rm -rf $PRGNAM-$VERSION
tar -xzvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
chmod -R a-s,u+w,go+r-w .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
-exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
mkdir build && cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr \

View file

@ -1,8 +1,8 @@
PRGNAM="stellarium"
VERSION="0.11.0"
VERSION="0.12.4"
HOMEPAGE="http://www.stellarium.org"
DOWNLOAD="http://downloads.sourceforge.net/stellarium/stellarium-0.11.0.tar.gz"
MD5SUM="5a4447661fcdeabe8730dca2081367db"
DOWNLOAD="http://downloads.sourceforge.net/stellarium/stellarium-0.12.4.tar.gz"
MD5SUM="4d2ec96b9b4d9c8fc722f864409cf4fa"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""