void-packages/srcpkgs/xf86-video-dummy/template

22 lines
573 B
Bash
Raw Normal View History

2016-12-04 04:54:06 +01:00
# Template build file for 'xf86-video-dummy'.
pkgname=xf86-video-dummy
2016-12-15 11:39:33 +01:00
version=0.3.8
2016-12-04 04:54:06 +01:00
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"
2016-12-15 11:39:33 +01:00
license="MIT"
2016-12-04 04:54:06 +01:00
maintainer="Juan RP <xtraeme@voidlinux.eu>"
distfiles="${XORG_SITE}/driver/${pkgname}-${version}.tar.bz2"
2016-12-15 11:39:33 +01:00
checksum=3712bb869307233491e4c570732d6073c0dc3d99adfdb9977396a3fdf84e95b9
2016-12-04 04:54:06 +01:00
LDFLAGS="-Wl,-z,lazy"
post_install() {
vlicense COPYING
}