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