diff options
author | root <root@rshg054.dnsready.net> | 2013-07-17 00:58:52 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-07-17 00:58:52 -0700 |
commit | dee9f17b595ea903a982d31d1124b302bb17e2ff (patch) | |
tree | 295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/gcompris | |
parent | 380530d02a5449fdef97b63b394a6743c3de0092 (diff) |
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/gcompris')
-rw-r--r-- | community/gcompris/PKGBUILD | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/community/gcompris/PKGBUILD b/community/gcompris/PKGBUILD deleted file mode 100644 index b4fb10316..000000000 --- a/community/gcompris/PKGBUILD +++ /dev/null @@ -1,36 +0,0 @@ -# $Id: PKGBUILD 80539 2012-11-24 11:52:22Z foutrelis $ -# Maintainer: Evangelos Foutras <evangelos@foutrelis.com> -# Contributor: Daniel Isenmann <daniel.isenmann [at] gmx.de> - -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: |