From: Victor Martinez Date: Tue, 9 Aug 2016 15:11:06 +0000 (+0000) Subject: xorg-bigreqsproto: added overlay port X-Git-Url: http://gitweb/?a=commitdiff_plain;h=55b6f599c28ed1785597e58cc23fa4e17a0831bd;p=ports%2Fxorg-arm64.git xorg-bigreqsproto: added overlay port --- diff --git a/xorg-bigreqsproto/.footprint b/xorg-bigreqsproto/.footprint new file mode 100644 index 0000000..66ae51e --- /dev/null +++ b/xorg-bigreqsproto/.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/bigreqsproto.h +-rw-r--r-- root/root usr/include/X11/extensions/bigreqstr.h +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/bigreqsproto.pc diff --git a/xorg-bigreqsproto/.md5sum b/xorg-bigreqsproto/.md5sum new file mode 100644 index 0000000..674c93e --- /dev/null +++ b/xorg-bigreqsproto/.md5sum @@ -0,0 +1 @@ +1a05fb01fa1d5198894c931cf925c025 bigreqsproto-1.1.2.tar.bz2 diff --git a/xorg-bigreqsproto/Pkgfile b/xorg-bigreqsproto/Pkgfile new file mode 100644 index 0000000..0a38982 --- /dev/null +++ b/xorg-bigreqsproto/Pkgfile @@ -0,0 +1,22 @@ +# Description: xorg proto bigreqsproto +# 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-bigreqsproto +version=1.1.2 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/proto/bigreqsproto-$version.tar.bz2) + +build() { + cd bigreqsproto-$version + + ./configure --prefix=/usr \ + --build=aarch64-unknown-linux-gnueabi + + make + make DESTDIR=$PKG install + + rm $PKG/usr/share/doc/bigreqsproto/bigreq.xml + find $PKG/usr/share -type d -delete +}