From 870191aec74b4f02de52d7b5f035c578878dabb4 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Tue, 9 Aug 2016 15:24:31 +0000 Subject: [PATCH] xorg-recordproto: added overlay port --- xorg-recordproto/.footprint | 10 ++++++++++ xorg-recordproto/.md5sum | 1 + xorg-recordproto/Pkgfile | 22 ++++++++++++++++++++++ 3 files changed, 33 insertions(+) create mode 100644 xorg-recordproto/.footprint create mode 100644 xorg-recordproto/.md5sum create mode 100644 xorg-recordproto/Pkgfile diff --git a/xorg-recordproto/.footprint b/xorg-recordproto/.footprint new file mode 100644 index 0000000..9aab3bf --- /dev/null +++ b/xorg-recordproto/.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/recordconst.h +-rw-r--r-- root/root usr/include/X11/extensions/recordproto.h +-rw-r--r-- root/root usr/include/X11/extensions/recordstr.h +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/recordproto.pc diff --git a/xorg-recordproto/.md5sum b/xorg-recordproto/.md5sum new file mode 100644 index 0000000..4b40be5 --- /dev/null +++ b/xorg-recordproto/.md5sum @@ -0,0 +1 @@ +1b4e5dede5ea51906f1530ca1e21d216 recordproto-1.14.2.tar.bz2 diff --git a/xorg-recordproto/Pkgfile b/xorg-recordproto/Pkgfile new file mode 100644 index 0000000..5afc6cb --- /dev/null +++ b/xorg-recordproto/Pkgfile @@ -0,0 +1,22 @@ +# Description: xorg proto recordproto +# 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-recordproto +version=1.14.2 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/proto/recordproto-$version.tar.bz2) + +build() { + cd recordproto-$version + + ./configure --prefix=/usr \ + --build=aarch64-unknown-linux-gnueabi + + make + make DESTDIR=$PKG install + + rm $PKG/usr/share/doc/recordproto/record.xml + find $PKG/usr/share -type d -delete +} -- 2.26.2