mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
academic/gcompris: Updated for version 14.03.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
parent
f95e1e94b8
commit
165b276f5f
4 changed files with 9 additions and 10 deletions
|
@ -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 oriented, but
|
||||
nonetheless still educational. Currently GCompris offers in excess of 100
|
||||
nonetheless still educational. Currently GCompris offers in excess of 140
|
||||
activities and more are being developed. GCompris currently is translated
|
||||
in more than 40 languages.
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for gcompris
|
||||
|
||||
# Copyright (c) 2009, Paul Liconti
|
||||
# Copyright 2013 Willy Sudiarto Raharjo
|
||||
# Copyright 2013-2014 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use in source and binary forms, with or without modification,
|
||||
|
@ -28,7 +28,7 @@
|
|||
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=gcompris
|
||||
VERSION=${VERSION:-13.11}
|
||||
VERSION=${VERSION:-14.03}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -93,8 +93,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
|
|||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a AUTHORS ChangeLog COPYING INSTALL NEWS README TODO \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a AUTHORS ChangeLog COPYING INSTALL NEWS README TODO $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="gcompris"
|
||||
VERSION="13.11"
|
||||
VERSION="14.03"
|
||||
HOMEPAGE="http://gcompris.net/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/gcompris/gcompris-13.11.tar.bz2"
|
||||
MD5SUM="7c3396c02e44bbf72424ca12bfff9cf3"
|
||||
DOWNLOAD="http://gcompris.net/download/gcompris-14.03.tar.bz2"
|
||||
MD5SUM="13d453357ca2c6ca52009d585a40170a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
|
@ -10,8 +10,8 @@ gcompris: GCompris (an educational software suite for children ages 2 to 10)
|
|||
gcompris:
|
||||
gcompris: GCompris is an educational software suite comprising of numerous
|
||||
gcompris: activities for children aged 2 to 10. Some of the activities are game
|
||||
gcompris: orientated, but nonetheless still educational. Currently GCompris
|
||||
gcompris: offers in excess of 100 activities and more are being developed.
|
||||
gcompris: orientated, but nonetheless still educational. Currently GCompris
|
||||
gcompris: offers in excess of 140 activities and more are being developed.
|
||||
gcompris: GCompris currently is translated in more than 40 languages.
|
||||
gcompris:
|
||||
gcompris: Homepage: http://gcompris.net/
|
||||
|
|
Loading…
Reference in a new issue