summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorOmar Pakker2016-05-21 19:03:49 +0200
committerOmar Pakker2016-05-21 19:03:49 +0200
commitd874cf3f0558ff7e8d9231ba3f5042ac95884aa0 (patch)
tree4a358d723884868a011ff93ecb1c29e21e06599a /.SRCINFO
downloadaur-d874cf3f0558ff7e8d9231ba3f5042ac95884aa0.tar.gz
Initial PKGBUILD for piglit.
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO31
1 files changed, 31 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..577c9debdeeb
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,31 @@
+pkgbase = piglit-git
+ pkgdesc = OpenGL implementation testing suite. Provides a simple means to perform regression tests.
+ pkgver = r8676.4d667d4
+ pkgrel = 1
+ url = http://piglit.freedesktop.org/
+ install = piglit.install
+ arch = i686
+ arch = x86_64
+ license = GPL2
+ license = GPL3
+ license = LGPL2.1
+ makedepends = git
+ makedepends = cmake
+ makedepends = glproto
+ depends = waffle
+ depends = python-mako
+ depends = python-numpy
+ depends = python-six
+ depends = libxrender
+ depends = glu
+ depends = libcaca
+ optdepends = python-lxml: Accelerated python XML library using libxml2
+ optdepends = python-simplejson: Fast implementation of the python JSON library
+ provides = piglit
+ conflicts = piglit
+ options = !emptydirs
+ source = git://anongit.freedesktop.org/piglit
+ sha256sums = SKIP
+
+pkgname = piglit-git
+