From: Victor Martinez Date: Tue, 9 Aug 2016 15:23:35 +0000 (+0000) Subject: xorg-presentproto: added overlay port X-Git-Url: http://gitweb/?a=commitdiff_plain;h=733734d2345a58e9627bf67cdb501245ea08f2d5;p=ports%2Fxorg-arm64.git xorg-presentproto: added overlay port --- diff --git a/xorg-presentproto/.footprint b/xorg-presentproto/.footprint new file mode 100644 index 0000000..c7167af --- /dev/null +++ b/xorg-presentproto/.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/presentproto.h +-rw-r--r-- root/root usr/include/X11/extensions/presenttokens.h +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/presentproto.pc diff --git a/xorg-presentproto/.md5sum b/xorg-presentproto/.md5sum new file mode 100644 index 0000000..9252354 --- /dev/null +++ b/xorg-presentproto/.md5sum @@ -0,0 +1 @@ +2d569c75884455c7148d133d341e8fd6 presentproto-1.0.tar.bz2 diff --git a/xorg-presentproto/Pkgfile b/xorg-presentproto/Pkgfile new file mode 100644 index 0000000..81fb92e --- /dev/null +++ b/xorg-presentproto/Pkgfile @@ -0,0 +1,18 @@ +# Description: xorg proto presentproto +# 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-presentproto +version=1.0 +release=1 +source=(http://xorg.freedesktop.org/archive/individual/proto/presentproto-$version.tar.bz2) + +build() { + cd presentproto-$version + ./configure --prefix=/usr \ + --build=aarch64-unknown-linux-gnueabi + make + make DESTDIR=$PKG install + rm -r $PKG/usr/share +}