CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
xorg-xf86xineramaproto: added overlay port
authorVictor Martinez <pitillo@ono.com>
Tue, 9 Aug 2016 15:32:43 +0000 (15:32 +0000)
committerVictor Martinez <pitillo@ono.com>
Tue, 9 Aug 2016 15:32:43 +0000 (15:32 +0000)
xorg-xineramaproto/.footprint [new file with mode: 0644]
xorg-xineramaproto/.md5sum [new file with mode: 0644]
xorg-xineramaproto/Pkgfile [new file with mode: 0644]

diff --git a/xorg-xineramaproto/.footprint b/xorg-xineramaproto/.footprint
new file mode 100644 (file)
index 0000000..840691e
--- /dev/null
@@ -0,0 +1,8 @@
+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/panoramiXproto.h
+drwxr-xr-x     root/root       usr/lib/
+drwxr-xr-x     root/root       usr/lib/pkgconfig/
+-rw-r--r--     root/root       usr/lib/pkgconfig/xineramaproto.pc
diff --git a/xorg-xineramaproto/.md5sum b/xorg-xineramaproto/.md5sum
new file mode 100644 (file)
index 0000000..1f627b1
--- /dev/null
@@ -0,0 +1 @@
+9959fe0bfb22a0e7260433b8d199590a  xineramaproto-1.2.1.tar.bz2
diff --git a/xorg-xineramaproto/Pkgfile b/xorg-xineramaproto/Pkgfile
new file mode 100644 (file)
index 0000000..2ed6d67
--- /dev/null
@@ -0,0 +1,19 @@
+# Description: xorg proto xineramaproto
+# 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-xineramaproto
+version=1.2.1
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/proto/xineramaproto-$version.tar.bz2)
+
+build() {
+  cd xineramaproto-$version
+
+  ./configure --prefix=/usr \
+              --build=aarch64-unknown-linux-gnueabi
+
+  make
+  make DESTDIR=$PKG install
+}