blob: 4392b4f9cfdad1c9f2d46dfc9f8ee8d280dcd281 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
#!/bin/mkpkg
# description: Unaccelerated VESA display driver
# url: https://xorg.freedesktop.org
name=x11-xf86-video-vesa
version=2.6.0
release=1
depends=(x11-server)
source=(https://www.x.org/releases/individual/driver/xf86-video-vesa-$version.tar.xz)
build() {
cd xf86-video-vesa-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}
signify() {
untrusted comment: public key
RWTZ9IduCSQ/mL8337TEUinPwT92xFEUpD92hkS7IxcOnzTt9QdpohT3
}
# vim: filetype=sh
|