mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
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:
parent
9e64763c4c
commit
9bbba9e527
2 changed files with 9 additions and 5 deletions
|
@ -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 \
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue