24 lines
633 B
Bash
24 lines
633 B
Bash
# Template build file for 'xf86-video-vesa'.
|
|
pkgname=xf86-video-vesa
|
|
reverts=2:2.3.3_5
|
|
version=2.3.4
|
|
revision=4
|
|
lib32disabled=yes
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="xorg-server-devel"
|
|
depends="virtual?xserver-abi-video-23_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=7bddf4d879dd6f67088ecb203a31e12334aab980174bd0909930a21f32e251c1
|
|
|
|
CFLAGS="-I$XBPS_CROSS_BASE/usr/include/xorg"
|
|
LDFLAGS="-Wl,-z,lazy"
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|