From d576df771df12343f13313086fa7bb5bdc7ef9d2 Mon Sep 17 00:00:00 2001 From: Alain Kalker Date: Sun, 4 Dec 2016 04:54:06 +0100 Subject: [PATCH] New package: xf86-video-dummy-0.3.7 --- srcpkgs/xf86-video-dummy/template | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 srcpkgs/xf86-video-dummy/template diff --git a/srcpkgs/xf86-video-dummy/template b/srcpkgs/xf86-video-dummy/template new file mode 100644 index 00000000000..e1a50b8d9d4 --- /dev/null +++ b/srcpkgs/xf86-video-dummy/template @@ -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 " +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 +}