diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2013-12-23 15:31:42 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-12-25 15:06:01 -0600 |
commit | 612ee41ce9ee3d78199a5b7fe8303452aa8d0c72 (patch) | |
tree | 7f430eb757c277400b97027ac8ac64c6037cb60f | |
parent | bc8d85dd33fc3c8f7be0e96f1a3c5fcbb8b5b27a (diff) | |
download | slackbuilds-612ee41ce9ee3d78199a5b7fe8303452aa8d0c72.tar.gz |
academic/gcompris: New maintainer and script cleanups.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
-rw-r--r-- | academic/gcompris/README | 10 | ||||
-rw-r--r-- | academic/gcompris/gcompris.SlackBuild | 11 | ||||
-rw-r--r-- | academic/gcompris/gcompris.info | 4 |
3 files changed, 12 insertions, 13 deletions
diff --git a/academic/gcompris/README b/academic/gcompris/README index e4b22b7f4f..85b516205e 100644 --- a/academic/gcompris/README +++ b/academic/gcompris/README @@ -1,5 +1,5 @@ -GCompris is an educational software suite comprising of numerous activities -for children aged 2 to 10. Some of the activities are game orientated, but -nonetheless still educational. Currently GCompris offers in excess of 100 -activities and more are being developed. GCompris currently is translated -in more than 40 languages. +GCompris is an educational software suite comprising of numerous activities +for children aged 2 to 10. Some of the activities are game oriented, but +nonetheless still educational. Currently GCompris offers in excess of 100 +activities and more are being developed. GCompris currently is translated +in more than 40 languages. diff --git a/academic/gcompris/gcompris.SlackBuild b/academic/gcompris/gcompris.SlackBuild index 5f310f4826..5e609e7de5 100644 --- a/academic/gcompris/gcompris.SlackBuild +++ b/academic/gcompris/gcompris.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for gcompris # Copyright (c) 2009, Paul Liconti +# Copyright 2013 Willy Sudiarto Raharjo # All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, @@ -26,8 +27,6 @@ # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -# Modified by SlackBuilds.org - PRGNAM=gcompris VERSION=${VERSION:-13.11} BUILD=${BUILD:-1} @@ -70,10 +69,10 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 cd $PRGNAM-$VERSION chown -R root:root . find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \ - -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; + \( -perm 777 -o -perm 775 -o -perm 750 -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 {} \; CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ diff --git a/academic/gcompris/gcompris.info b/academic/gcompris/gcompris.info index ba7d93d0d5..1c067c7fee 100644 --- a/academic/gcompris/gcompris.info +++ b/academic/gcompris/gcompris.info @@ -6,5 +6,5 @@ MD5SUM="7c3396c02e44bbf72424ca12bfff9cf3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -MAINTAINER="Paul Liconti" -EMAIL="mr.liconti at gmail.com" +MAINTAINER="Willy Sudiarto Raharjo" +EMAIL="willysr@slackbuilds.org" |