From 0b957ad77ba9b324850cccc480dc96009f7995b0 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Tue, 9 Aug 2016 15:31:56 +0000 Subject: [PATCH] xorg-xf86vidmodeproto: added overlay port --- xorg-xf86vidmodeproto/.footprint | 10 ++++++++++ xorg-xf86vidmodeproto/.md5sum | 1 + xorg-xf86vidmodeproto/Pkgfile | 19 +++++++++++++++++++ 3 files changed, 30 insertions(+) create mode 100644 xorg-xf86vidmodeproto/.footprint create mode 100644 xorg-xf86vidmodeproto/.md5sum create mode 100644 xorg-xf86vidmodeproto/Pkgfile diff --git a/xorg-xf86vidmodeproto/.footprint b/xorg-xf86vidmodeproto/.footprint new file mode 100644 index 0000000..e9e340f --- /dev/null +++ b/xorg-xf86vidmodeproto/.footprint @@ -0,0 +1,10 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/X11/ +drwxr-xr-x root/root usr/include/X11/extensions/ +-rw-r--r-- root/root usr/include/X11/extensions/xf86vm.h +-rw-r--r-- root/root usr/include/X11/extensions/xf86vmproto.h +-rw-r--r-- root/root usr/include/X11/extensions/xf86vmstr.h +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/xf86vidmodeproto.pc diff --git a/xorg-xf86vidmodeproto/.md5sum b/xorg-xf86vidmodeproto/.md5sum new file mode 100644 index 0000000..d0d45f9 --- /dev/null +++ b/xorg-xf86vidmodeproto/.md5sum @@ -0,0 +1 @@ +e793ecefeaecfeabd1aed6a01095174e xf86vidmodeproto-2.3.1.tar.bz2 diff --git a/xorg-xf86vidmodeproto/Pkgfile b/xorg-xf86vidmodeproto/Pkgfile new file mode 100644 index 0000000..1ccb15d --- /dev/null +++ b/xorg-xf86vidmodeproto/Pkgfile @@ -0,0 +1,19 @@ +# Description: xorg proto xf86vidmodeproto +# URL: http://xorg.freedesktop.org +# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu +# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu + +name=xorg-xf86vidmodeproto +version=2.3.1 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/proto/xf86vidmodeproto-$version.tar.bz2) + +build() { + cd xf86vidmodeproto-$version + + ./configure --prefix=/usr \ + --build=aarch64-unknown-linux-gnueabi + + make + make DESTDIR=$PKG install +} -- 2.26.2