From: Victor Martinez Date: Tue, 9 Aug 2016 15:27:21 +0000 (+0000) Subject: xorg-scrnsaverproto: added overlay port X-Git-Url: http://gitweb/?a=commitdiff_plain;h=70c4679376f7942d4035a1ea329e9496ad3e4edb;p=ports%2Fxorg-arm64.git xorg-scrnsaverproto: added overlay port --- diff --git a/xorg-scrnsaverproto/.footprint b/xorg-scrnsaverproto/.footprint new file mode 100644 index 0000000..25e20d5 --- /dev/null +++ b/xorg-scrnsaverproto/.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/saver.h +-rw-r--r-- root/root usr/include/X11/extensions/saverproto.h +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/scrnsaverproto.pc diff --git a/xorg-scrnsaverproto/.md5sum b/xorg-scrnsaverproto/.md5sum new file mode 100644 index 0000000..3e3b76f --- /dev/null +++ b/xorg-scrnsaverproto/.md5sum @@ -0,0 +1 @@ +edd8a73775e8ece1d69515dd17767bfb scrnsaverproto-1.2.2.tar.bz2 diff --git a/xorg-scrnsaverproto/Pkgfile b/xorg-scrnsaverproto/Pkgfile new file mode 100644 index 0000000..4574be0 --- /dev/null +++ b/xorg-scrnsaverproto/Pkgfile @@ -0,0 +1,22 @@ +# Description: xorg proto scrnsaverproto +# 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-scrnsaverproto +version=1.2.2 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/proto/scrnsaverproto-$version.tar.bz2) + +build() { + cd scrnsaverproto-$version + + ./configure --prefix=/usr \ + --build=aarch64-unknown-linux-gnueabi + + make + make DESTDIR=$PKG install + + rm $PKG/usr/share/doc/scrnsaverproto/saver.xml + find $PKG/usr/share -type d -delete +}