24 lines
630 B
Bash
24 lines
630 B
Bash
# Template file for 'xf86-video-vesa'
|
|
pkgname=xf86-video-vesa
|
|
version=2.6.0
|
|
revision=1
|
|
archs="x86_64* i686*"
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="xorg-server-devel"
|
|
depends="virtual?xserver-abi-video-25_1"
|
|
short_desc="Xorg VESA video driver"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="http://xorg.freedesktop.org"
|
|
distfiles="${XORG_SITE}/driver/${pkgname}-${version}.tar.gz"
|
|
checksum=dbf3f95bd0b598ac7e7fc9774b37dc387eb4f805f63e93f720a577c23500881c
|
|
lib32disabled=yes
|
|
|
|
CFLAGS="-I$XBPS_CROSS_BASE/usr/include/xorg"
|
|
LDFLAGS="-Wl,-z,lazy"
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|