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

24 lines
631 B
Bash

# Template file for 'xf86-video-vesa'
pkgname=xf86-video-vesa
version=2.5.0
revision=2
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.bz2"
checksum=1f1624f3c73906801ad1bc98335a2cb5676a7a4d18e5374d9a1d18464e54c659
lib32disabled=yes
CFLAGS="-I$XBPS_CROSS_BASE/usr/include/xorg"
LDFLAGS="-Wl,-z,lazy"
post_install() {
vlicense COPYING
}