[adelie-pkg] [PATCH 2/2] user/xhost: pull in, fix license

From: Max Rees <maxcrees_at_me.com>
Date: Fri, 03 Aug 2018 03:09:04 -0400

---
 user/xhost/APKBUILD | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)
 create mode 100644 user/xhost/APKBUILD
diff --git a/user/xhost/APKBUILD b/user/xhost/APKBUILD
new file mode 100644
index 0000000..0d7d72b
--- /dev/null
+++ b/user/xhost/APKBUILD
_at__at_ -0,0 +1,31 _at__at_
+# Contributor: Natanael Copa <ncopa(a)alpinelinux.org>
+# Maintainer: Max Rees <maxcrees(a)me.com>
+pkgname=xhost
+pkgver=1.0.7
+pkgrel=1
+pkgdesc="Controls host and/or user access to a running X server"
+url="http://xorg.freedesktop.org/"
+arch="all"
+options="!check"  # No test suite.
+license="MIT X11"
+subpackages="$pkgname-doc"
+depends=""
+makedepends="libx11-dev libxmu-dev libxau-dev util-macros"
+source="http://www.x.org/releases/individual/app/$pkgname-$pkgver.tar.bz2"
+
+build() {
+	cd "$builddir"
+	./configure \
+		--build=$CBUILD \
+		--host=$CHOST \
+		--prefix=/usr \
+		--mandir=/usr/share/man
+	make
+}
+
+package() {
+	cd "$builddir"
+	make DESTDIR="$pkgdir" install
+}
+
+sha512sums="670a8c97291565f6c36c94e135f7bd60a572bb42b4fca9d2460823db0d0576187c64f9b876ed60d348029d3f74a732862eea4ce889a6b6b9c97665746a38b1d7  xhost-1.0.7.tar.bz2"
-- 
2.17.1
Received on Fri Aug 03 2018 - 06:55:57 UTC

This archive was generated by hypermail 2.4.0 : Sat May 08 2021 - 22:54:40 UTC