summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD18
2 files changed, 29 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..7f01760b1efc
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,11 @@
+pkgbase = dummy-opengl-driver-git
+ pkgdesc = Transactional package to build mesa-git against libglvnd
+ pkgver = 1
+ pkgrel = 1
+ url = http://mesa3d.sourceforge.net
+ arch = any
+ license = unknown
+ provides = opengl-driver
+
+pkgname = dummy-opengl-driver-git
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..63332aa8c6ad
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,18 @@
+# Maintainer: Lone_Wolf <lonewolf AT xs4all DOT nl>
+
+pkgname=dummy-opengl-driver-git
+pkgver=1
+pkgrel=1
+pkgdesc="Transactional package to build mesa-git against libglvnd"
+url="http://mesa3d.sourceforge.net"
+arch=('any')
+license=('unknown')
+provides=('opengl-driver')
+
+build() {
+ echo "Nothing to build"
+}
+
+package() {
+ echo "Nothing to package"
+}