New package: xf86-video-dummy-0.3.7

This commit is contained in:
Alain Kalker 2016-12-04 04:54:06 +01:00 committed by Andrea Brancaleoni
parent 53ae79ad98
commit d576df771d

View file

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