summaryrefslogtreecommitdiff
path: root/libs/libxdmcp
diff options
context:
space:
mode:
Diffstat (limited to 'libs/libxdmcp')
-rw-r--r--libs/libxdmcp/.footprint11
-rw-r--r--libs/libxdmcp/.signature6
-rw-r--r--libs/libxdmcp/MAKEPKG30
3 files changed, 47 insertions, 0 deletions
diff --git a/libs/libxdmcp/.footprint b/libs/libxdmcp/.footprint
new file mode 100644
index 0000000..87e9234
--- /dev/null
+++ b/libs/libxdmcp/.footprint
@@ -0,0 +1,11 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/include/
+drwxr-xr-x root/root usr/include/X11/
+-rw-r--r-- root/root usr/include/X11/Xdmcp.h
+drwxr-xr-x root/root usr/lib/
+-rw-r--r-- root/root usr/lib/libXdmcp.a
+-rwxr-xr-x root/root usr/lib/libXdmcp.so.6.0.0
+lrwxrwxrwx root/root usr/lib/libXdmcp.so -> libXdmcp.so.6.0.0
+lrwxrwxrwx root/root usr/lib/libXdmcp.so.6 -> libXdmcp.so.6.0.0
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/xdmcp.pc
diff --git a/libs/libxdmcp/.signature b/libs/libxdmcp/.signature
new file mode 100644
index 0000000..f66536d
--- /dev/null
+++ b/libs/libxdmcp/.signature
@@ -0,0 +1,6 @@
+RWTZ9IduCSQ/mFt1eQOCrMu9cwfIQdyS2fuLAvTq4bdEpU1R/F+Z1alHtYVrY+K2eTc8/zi05rbOs2KKT9+anuu6lOQqUORuMQA=
+
+SHA256 (MAKEPKG) = 8d25a34dc7a1e39fb0786c0416c8c4f796f519a72b2c47673aaf0f17cdb79ed5
+SHA256 (.footprint) = c5099cebc99c1ce8118395fde456af0724ee3eee0e89574ebd15d9232aa61d45
+SHA256 (libXdmcp-1.1.5.tar.xz) = d8a5222828c3adab70adf69a5583f1d32eb5ece04304f7f8392b6a353aa2228c
+SHA256 (libxdmcp#1.1.5-1.pkg.tar.gz) = d9e4ec30d84c9a0661a76f40f40a95bbe76d63756d9fdcae3d200ae09f058225
diff --git a/libs/libxdmcp/MAKEPKG b/libs/libxdmcp/MAKEPKG
new file mode 100644
index 0000000..8106810
--- /dev/null
+++ b/libs/libxdmcp/MAKEPKG
@@ -0,0 +1,30 @@
+#!/bin/mkpkg
+# description: X Display Manager Control Protocol library
+# url: https://xorg.freedesktop.org
+
+name=libxdmcp
+version=1.1.5
+release=1
+depends=(xorgproto)
+source=(https://www.x.org/releases/individual/lib/libXdmcp-$version.tar.xz)
+
+sha256sums=(
+ "d8a5222828c3adab70adf69a5583f1d32eb5ece04304f7f8392b6a353aa2228c"
+)
+
+build() {
+ cd libXdmcp-$version
+
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+
+ rm -rf $PKG/usr/share
+}
+
+signify() {
+ untrusted comment: public key
+ RWTZ9IduCSQ/mL8337TEUinPwT92xFEUpD92hkS7IxcOnzTt9QdpohT3
+}
+
+# vim: filetype=sh