summaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-04-10 07:24:44 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-04-10 07:24:44 +0000
commite0862d5c07b7cdcf7f76c39ceee2f51f113f7925 (patch)
tree60991ba7c33098a1b7f4a58e49c7854d60220e98 /x11
parentea9ed732d364faf92083fb3c06dddb9651234275 (diff)
downloadaports-e0862d5c07b7cdcf7f76c39ceee2f51f113f7925.tar.bz2
aports-e0862d5c07b7cdcf7f76c39ceee2f51f113f7925.tar.xz
x11/xhost: new aport
Controls host and/or user access to a running X server
Diffstat (limited to 'x11')
-rw-r--r--x11/xhost/APKBUILD20
1 files changed, 20 insertions, 0 deletions
diff --git a/x11/xhost/APKBUILD b/x11/xhost/APKBUILD
new file mode 100644
index 00000000..8f870e8c
--- /dev/null
+++ b/x11/xhost/APKBUILD
@@ -0,0 +1,20 @@
+# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
+pkgname=xhost
+pkgver=1.0.2
+pkgrel=0
+pkgdesc="Controls host and/or user access to a running X server."
+url="http://xorg.freedesktop.org/"
+license="custom"
+subpackages="$pkgname-doc"
+depends="uclibc libx11 libxmu"
+makedepends="pkgconfig libx11-dev libxmu-dev libxau-dev"
+source="http://xorg.freedesktop.org/releases/individual/app/$pkgname-$pkgver.tar.bz2"
+
+build ()
+{
+ cd "$srcdir"/$pkgname-$pkgver
+ ./configure --prefix=/usr --mandir=/usr/share/man || return 1
+ make || return 1
+ make DESTDIR="$pkgdir" install || return 1
+}
+md5sums="f746aba36f075ae4cae313d849a94f4e xhost-1.0.2.tar.bz2"