From d27de152f6c76ee33985ef6f2f303b722d9f11be Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Tue, 9 Aug 2016 15:32:43 +0000 Subject: [PATCH] xorg-xf86xineramaproto: added overlay port --- xorg-xineramaproto/.footprint | 8 ++++++++ xorg-xineramaproto/.md5sum | 1 + xorg-xineramaproto/Pkgfile | 19 +++++++++++++++++++ 3 files changed, 28 insertions(+) create mode 100644 xorg-xineramaproto/.footprint create mode 100644 xorg-xineramaproto/.md5sum create mode 100644 xorg-xineramaproto/Pkgfile diff --git a/xorg-xineramaproto/.footprint b/xorg-xineramaproto/.footprint new file mode 100644 index 0000000..840691e --- /dev/null +++ b/xorg-xineramaproto/.footprint @@ -0,0 +1,8 @@ +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/panoramiXproto.h +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/xineramaproto.pc diff --git a/xorg-xineramaproto/.md5sum b/xorg-xineramaproto/.md5sum new file mode 100644 index 0000000..1f627b1 --- /dev/null +++ b/xorg-xineramaproto/.md5sum @@ -0,0 +1 @@ +9959fe0bfb22a0e7260433b8d199590a xineramaproto-1.2.1.tar.bz2 diff --git a/xorg-xineramaproto/Pkgfile b/xorg-xineramaproto/Pkgfile new file mode 100644 index 0000000..2ed6d67 --- /dev/null +++ b/xorg-xineramaproto/Pkgfile @@ -0,0 +1,19 @@ +# Description: xorg proto xineramaproto +# 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-xineramaproto +version=1.2.1 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/proto/xineramaproto-$version.tar.bz2) + +build() { + cd xineramaproto-$version + + ./configure --prefix=/usr \ + --build=aarch64-unknown-linux-gnueabi + + make + make DESTDIR=$PKG install +} -- 2.26.2