aboutsummaryrefslogtreecommitdiffstats
path: root/main/xf86-video-modesetting/APKBUILD
blob: 87dc2a6e6302a8d6b715193d4f0e4e4bbcbb3d38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Contributor: Carlo Landmeter <clandmeter@gmail.com>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=xf86-video-modesetting
pkgver=0.9.0
pkgrel=6
pkgdesc="dummy package for compat - can safelu be removed"
url="https://cgit.freedesktop.org/xorg/driver/xf86-video-modesetting/"
arch="all"
license="MIT"
depends="xorg-server"
depends_dev=""
makedepends=""
install=""
subpackages=""
source=""

# this is a dummy package that is only provided for simplifying upgrades
# upsers should uninstlal this package and use the driver shipped with
# xorg server

prepare() {
	return 0
}

build() {
	return 0
}

package() {
	mkdir -p "$pkgdir"
}