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 + } +}