CRUX-ARM : Home

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

diff --git a/xorg-resourceproto/.footprint b/xorg-resourceproto/.footprint
new file mode 100644 (file)
index 0000000..41f9aad
--- /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/XResproto.h
+drwxr-xr-x     root/root       usr/lib/
+drwxr-xr-x     root/root       usr/lib/pkgconfig/
+-rw-r--r--     root/root       usr/lib/pkgconfig/resourceproto.pc
diff --git a/xorg-resourceproto/.md5sum b/xorg-resourceproto/.md5sum
new file mode 100644 (file)
index 0000000..36f1c9c
--- /dev/null
@@ -0,0 +1 @@
+cfdb57dae221b71b2703f8e2980eaaf4  resourceproto-1.2.0.tar.bz2
diff --git a/xorg-resourceproto/Pkgfile b/xorg-resourceproto/Pkgfile
new file mode 100644 (file)
index 0000000..b7a85c3
--- /dev/null
@@ -0,0 +1,22 @@
+# Description: xorg proto resourceproto
+# 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-resourceproto
+version=1.2.0
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/proto/resourceproto-$version.tar.bz2)
+
+build() {
+  cd resourceproto-$version
+
+  ./configure --prefix=/usr \
+              --build=aarch64-unknown-linux-gnueabi
+
+  make
+  make DESTDIR=$PKG install
+
+  rm $PKG/usr/share/doc/resourceproto/resproto.txt
+  find $PKG/usr/share -type d -delete
+}