From 8fbc0076a4827ddc6af92e0b9daa4c4c31450808 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 19 Jul 2013 01:10:32 -0700 Subject: Fri Jul 19 01:09:18 PDT 2013 --- community/gcompris/PKGBUILD | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 community/gcompris/PKGBUILD (limited to 'community/gcompris') diff --git a/community/gcompris/PKGBUILD b/community/gcompris/PKGBUILD new file mode 100644 index 000000000..b4fb10316 --- /dev/null +++ b/community/gcompris/PKGBUILD @@ -0,0 +1,36 @@ +# $Id: PKGBUILD 80539 2012-11-24 11:52:22Z foutrelis $ +# Maintainer: Evangelos Foutras +# Contributor: Daniel Isenmann + +pkgname=gcompris +pkgver=12.11 +pkgrel=1 +pkgdesc="Educational software suite comprising of numerous activities for children aged 2 to 10" +arch=('i686' 'x86_64') +url="http://gcompris.net/" +license=('GPL3') +depends=('pygtk' 'pyxml' 'librsvg' 'python2-pysqlite' + 'gstreamer0.10-base-plugins') +optdepends=('gnucap: for computer simulation within the electricity activity' + 'tuxpaint: for the painting activity' + 'gnuchess: for the chess activity') +makedepends=('texinfo' 'texi2html' 'intltool' 'gettext' 'gnuchess') +options=('!libtool') +source=(http://downloads.sourceforge.net/project/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2) +sha256sums=('97b688497963cc907e3d91f844483fb006a07b22010528dafb09ae5380523b20') + +build() { + cd "$srcdir/$pkgname-$pkgver" + + ./configure --prefix=/usr + make +} + +package() { + depends+=('gcompris-data') + + cd "$srcdir/$pkgname-$pkgver" + make DESTDIR="$pkgdir" install-exec +} + +# vim:set ts=2 sw=2 et: -- cgit v1.2.3-54-g00ecf