academic/gcompris: Updated for version 8.4.12

This commit is contained in:
Paul Liconti 2010-05-13 00:19:57 +02:00 committed by David Somero
parent d31d12473d
commit 2286cbdc07
3 changed files with 14 additions and 10 deletions

View file

@ -1,9 +1,7 @@
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 80 activities and more are being developed.
GCompris currently is translated in more than 40 languages.
GCompris runs fine on the PC 233MHz with 64MB of memory and 150MB of
disk space. Gcompris REQUIRES gnet & pysqlite2 @ slackbuilds.org .
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 80
activities and more are being developed. GCompris currently is translated
in more than 40 languages.
GCompris requires gnet available at http://slackbuilds.org
GCompris requires gnet.

View file

@ -45,10 +45,13 @@ OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
fi
set -e
@ -72,6 +75,7 @@ CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--sysconfdir=/etc \
--localstatedir=/var \
--mandir=/usr/man \
@ -107,4 +111,4 @@ cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}

View file

@ -2,7 +2,9 @@ PRGNAM="gcompris"
VERSION="8.4.12"
HOMEPAGE="http://gcompris.net/"
DOWNLOAD="http://downloads.sourceforge.net/gcompris/gcompris-8.4.12.tar.gz"
DOWNLOAD_x86_64=""
MD5SUM="8a1519e71caa0924d5df73faa311eea3"
MD5SUM_x86_64=""
MAINTAINER="Paul Liconti"
EMAIL=""
EMAIL="mr.liconti at gmail.com"
APPROVED="dsomero"