From daac19cbc62146fd6d8ca33b90a8a448c3fd55b4 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Tue, 9 Aug 2016 15:17:26 +0000 Subject: [PATCH] xorg-fixesproto: added overlay port --- xorg-fixesproto/.footprint | 9 +++++++++ xorg-fixesproto/.md5sum | 1 + xorg-fixesproto/Pkgfile | 21 +++++++++++++++++++++ 3 files changed, 31 insertions(+) create mode 100644 xorg-fixesproto/.footprint create mode 100644 xorg-fixesproto/.md5sum create mode 100644 xorg-fixesproto/Pkgfile diff --git a/xorg-fixesproto/.footprint b/xorg-fixesproto/.footprint new file mode 100644 index 0000000..7af11a3 --- /dev/null +++ b/xorg-fixesproto/.footprint @@ -0,0 +1,9 @@ +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/xfixesproto.h +-rw-r--r-- root/root usr/include/X11/extensions/xfixeswire.h +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/fixesproto.pc diff --git a/xorg-fixesproto/.md5sum b/xorg-fixesproto/.md5sum new file mode 100644 index 0000000..116318d --- /dev/null +++ b/xorg-fixesproto/.md5sum @@ -0,0 +1 @@ +e7431ab84d37b2678af71e29355e101d fixesproto-5.0.tar.bz2 diff --git a/xorg-fixesproto/Pkgfile b/xorg-fixesproto/Pkgfile new file mode 100644 index 0000000..3804488 --- /dev/null +++ b/xorg-fixesproto/Pkgfile @@ -0,0 +1,21 @@ +# Description: xorg proto fixesproto +# 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-fixesproto +version=5.0 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/proto/fixesproto-$version.tar.bz2) + +build() { + cd fixesproto-$version + + ./configure --prefix=/usr \ + --build=aarch64-unknown-linux-gnueabi + + make + make DESTDIR=$PKG install + + rm -rf $PKG/usr/share +} -- 2.26.2