CRUX-ARM : Home

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

diff --git a/xorg-scrnsaverproto/.footprint b/xorg-scrnsaverproto/.footprint
new file mode 100644 (file)
index 0000000..25e20d5
--- /dev/null
@@ -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 (file)
index 0000000..3e3b76f
--- /dev/null
@@ -0,0 +1 @@
+edd8a73775e8ece1d69515dd17767bfb  scrnsaverproto-1.2.2.tar.bz2
diff --git a/xorg-scrnsaverproto/Pkgfile b/xorg-scrnsaverproto/Pkgfile
new file mode 100644 (file)
index 0000000..4574be0
--- /dev/null
@@ -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
+}