From 41bcb56db660927401fbdd687d631e7c09855281 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Tue, 9 Aug 2016 15:28:09 +0000 Subject: [PATCH] xorg-xcmisproto: added overlay port --- xorg-xcmiscproto/.footprint | 9 +++++++++ xorg-xcmiscproto/.md5sum | 1 + xorg-xcmiscproto/Pkgfile | 22 ++++++++++++++++++++++ 3 files changed, 32 insertions(+) create mode 100644 xorg-xcmiscproto/.footprint create mode 100644 xorg-xcmiscproto/.md5sum create mode 100644 xorg-xcmiscproto/Pkgfile diff --git a/xorg-xcmiscproto/.footprint b/xorg-xcmiscproto/.footprint new file mode 100644 index 0000000..2b024d3 --- /dev/null +++ b/xorg-xcmiscproto/.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/xcmiscproto.h +-rw-r--r-- root/root usr/include/X11/extensions/xcmiscstr.h +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/xcmiscproto.pc diff --git a/xorg-xcmiscproto/.md5sum b/xorg-xcmiscproto/.md5sum new file mode 100644 index 0000000..c114499 --- /dev/null +++ b/xorg-xcmiscproto/.md5sum @@ -0,0 +1 @@ +5f4847c78e41b801982c8a5e06365b24 xcmiscproto-1.2.2.tar.bz2 diff --git a/xorg-xcmiscproto/Pkgfile b/xorg-xcmiscproto/Pkgfile new file mode 100644 index 0000000..dd47279 --- /dev/null +++ b/xorg-xcmiscproto/Pkgfile @@ -0,0 +1,22 @@ +# Description: xorg proto xcmiscproto +# 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-xcmiscproto +version=1.2.2 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/proto/xcmiscproto-$version.tar.bz2) + +build() { + cd xcmiscproto-$version + + ./configure --prefix=/usr \ + --build=aarch64-unknown-linux-gnueabi + + make + make DESTDIR=$PKG install + + rm $PKG/usr/share/doc/xcmiscproto/xc-misc.xml + find $PKG/usr/share -type d -delete +} -- 2.26.2