summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 122213c42e29e8bdc9e4b026320f1035c2d70340 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: Lone_Wolf <lonewolf AT xs4all DOT nl>

pkgname=dummy-opengl-driver-git
pkgver=1
pkgrel=3
pkgdesc="Transactional package to build mesa-git against libglvnd"
url="http://mesa3d.sourceforge.net"
arch=('any')
license=('none')
# this file has no original code at all
provides=('opengl-driver' 'lib32-opengl-driver')

build() {
   echo "Nothing to build"
}

package() {
   echo "Nothing to package"
}