From 0904b1e51089700b2c11203f0cc438f0ce6bb4a7 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 18 Dec 2013 22:15:28 +0100 Subject: [PATCH] New package: xf86-video-fbturbo-git. --- srcpkgs/xf86-video-fbturbo-git/template | 29 +++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 srcpkgs/xf86-video-fbturbo-git/template diff --git a/srcpkgs/xf86-video-fbturbo-git/template b/srcpkgs/xf86-video-fbturbo-git/template new file mode 100644 index 0000000000..82b0c4d05a --- /dev/null +++ b/srcpkgs/xf86-video-fbturbo-git/template @@ -0,0 +1,29 @@ +# Template build file for 'xf86-video-fbturbo-git'. +pkgname=xf86-video-fbturbo-git +version=20131218 +revision=1 +build_style=gnu-configure +hostmakedepends="automake libtool pkg-config xorg-util-macros xorg-server-devel" +makedepends="libXrandr-devel xorg-server-devel>=1.14" +short_desc="Xorg DDX driver for Allwinner A10/A13 and other ARM devices" +homepage="http://github.com/ssvb/xf86-video-fbturbo" +license="MIT, GPL" +maintainer="Juan RP " + +only_for_archs="armv6l" + +do_fetch() { + git clone git://github.com/ssvb/xf86-video-fbturbo ${pkgname}-${version} +} + +pre_configure() { + cp /usr/include/xorg/dri2.h src + autoreconf -fi +} + +xf86-video-fbturbo-git_package() { + depends="xserver-abi-video-14_1" + pkg_install() { + vmove all + } +}