quesoglc: rebuilt for multimedia group

This commit is contained in:
Neofytos Kolokotronis 2016-01-20 17:22:34 +01:00
parent 6e5cd053ce
commit 4842029f6d

View File

@ -1,21 +1,13 @@
#
# Games Packages for Chakra, part of chakra-project.org
#
# Maintainer: Adrián Chaves Fernández (Gallaecio) <adriyetichaves@gmail.com>
# Contributions from Arch: https://projects.archlinux.org/svntogit/community.git/tree/trunk/PKGBUILD?h=packages/quesoglc
# include global config
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
pkgname=quesoglc
pkgver=0.7.2
pkgrel=1
pkgdesc='The OpenGL Character Renderer (GLC) is a state machine that provides OpenGL programs with character rendering services via an application programming interface (API).'
arch=('i686' 'x86_64')
pkgrel=2
pkgdesc="A free implementation of the OpenGL Character Renderer (GLC)"
arch=('x86_64')
url='http://quesoglc.sourceforge.net/'
license=('GPL')
depends=('freetype2' 'fontconfig' 'freeglut' 'fribidi' 'mesa')
options=('!libtool')
changelog=ChangeLog
license=('LGPL2.1')
depends=('fontconfig' 'freeglut' 'fribidi' 'glew')
source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz")
md5sums=('c2697a92e2cc00c537626020e4108a4e')