vp-build/srcpkgs/xf86-video-vesa/template

23 lines
615 B
Bash

# Template build file for 'xf86-video-vesa'.
pkgname=xf86-video-vesa
version=2.4.0
revision=2
lib32disabled=yes
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="xorg-server-devel"
depends="virtual?xserver-abi-video-24_1"
short_desc="Xorg VESA video driver"
homepage="http://xorg.freedesktop.org"
license="MIT"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
distfiles="${XORG_SITE}/driver/${pkgname}-${version}.tar.bz2"
checksum=bf443c94d7bf6cd4e248f8a3147f4647be04dc4c80250d9405006263bbdee38c
CFLAGS="-I$XBPS_CROSS_BASE/usr/include/xorg"
LDFLAGS="-Wl,-z,lazy"
post_install() {
vlicense COPYING
}