CRUX-ARM : Home

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

diff --git a/xorg-libxdamage/.footprint b/xorg-libxdamage/.footprint
new file mode 100644 (file)
index 0000000..5a9281e
--- /dev/null
@@ -0,0 +1,13 @@
+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/Xdamage.h
+drwxr-xr-x     root/root       usr/lib/
+-rw-r--r--     root/root       usr/lib/libXdamage.a
+-rwxr-xr-x     root/root       usr/lib/libXdamage.la
+lrwxrwxrwx     root/root       usr/lib/libXdamage.so -> libXdamage.so.1.1.0
+lrwxrwxrwx     root/root       usr/lib/libXdamage.so.1 -> libXdamage.so.1.1.0
+-rwxr-xr-x     root/root       usr/lib/libXdamage.so.1.1.0
+drwxr-xr-x     root/root       usr/lib/pkgconfig/
+-rw-r--r--     root/root       usr/lib/pkgconfig/xdamage.pc
diff --git a/xorg-libxdamage/.md5sum b/xorg-libxdamage/.md5sum
new file mode 100644 (file)
index 0000000..ac8de03
--- /dev/null
@@ -0,0 +1 @@
+0cf292de2a9fa2e9a939aefde68fd34f  libXdamage-1.1.4.tar.bz2
diff --git a/xorg-libxdamage/Pkgfile b/xorg-libxdamage/Pkgfile
new file mode 100644 (file)
index 0000000..b3070fc
--- /dev/null
@@ -0,0 +1,20 @@
+# Description: X Damage extension client library
+# 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
+# Depends on: xorg-damageproto xorg-libxfixes
+
+name=xorg-libxdamage
+version=1.1.4
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/lib/libXdamage-$version.tar.bz2)
+
+build() {
+  cd libXdamage-$version
+
+  ./configure --prefix=/usr \
+              --build=aarch64-unknown-linux-gnueabi
+
+  make
+  make DESTDIR=$PKG install
+}