blob: 267163a098acf5d492f49ec850b987784db2b620 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
pkgbase = pure-gl
pkgdesc = Pure's interface to OpenGL
pkgver = 0.9
pkgrel = 1
url = http://purelang.bitbucket.org/
arch = i686
arch = x86_64
groups = pure-complete
groups = pure-graphics
license = BSD
makedepends = glu
depends = pure
depends = freeglut
source = https://bitbucket.org/purelang/pure-lang/downloads/pure-gl-0.9.tar.gz
md5sums = c110eaa39126507fdd73bc678e8730cb
pkgname = pure-gl
|