summaryrefslogtreecommitdiffstats
path: root/xorg-xhost
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-xhost')
-rw-r--r--xorg-xhost/.footprint6
-rw-r--r--xorg-xhost/.md5sum1
-rw-r--r--xorg-xhost/Pkgfile17
-rw-r--r--xorg-xhost/Pkgfile.old18
4 files changed, 42 insertions, 0 deletions
diff --git a/xorg-xhost/.footprint b/xorg-xhost/.footprint
new file mode 100644
index 0000000..827f44e
--- /dev/null
+++ b/xorg-xhost/.footprint
@@ -0,0 +1,6 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/xhost
+drwxr-xr-x root/root usr/man/
+drwxr-xr-x root/root usr/man/man1/
+-rw-r--r-- root/root usr/man/man1/xhost.1.gz
diff --git a/xorg-xhost/.md5sum b/xorg-xhost/.md5sum
new file mode 100644
index 0000000..10a96ae
--- /dev/null
+++ b/xorg-xhost/.md5sum
@@ -0,0 +1 @@
+c7f91b4a750d297f269c2a0a3206a1b2 xhost-1.0.3.tar.bz2
diff --git a/xorg-xhost/Pkgfile b/xorg-xhost/Pkgfile
new file mode 100644
index 0000000..46961e5
--- /dev/null
+++ b/xorg-xhost/Pkgfile
@@ -0,0 +1,17 @@
+description="x server access control program"
+packager=""
+maintainer="Tilman Sauerbeck, tilman at crux dot nu"
+url="http://xorg.freedesktop.org"
+depends=(xorg-libxmu)
+
+name=xorg-xhost
+version=1.0.3
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/app/xhost-1.0.3.tar.bz2)
+build ()
+{
+ cd xhost-$version;
+ ./configure --prefix=/usr --mandir=$mandir;
+ make;
+ make DESTDIR=$PKG install
+}
diff --git a/xorg-xhost/Pkgfile.old b/xorg-xhost/Pkgfile.old
new file mode 100644
index 0000000..98400ad
--- /dev/null
+++ b/xorg-xhost/Pkgfile.old
@@ -0,0 +1,18 @@
+# Description: x server access control program
+# URL: http://xorg.freedesktop.org
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+# Depends on: xorg-libxmu
+
+name=xorg-xhost
+version=1.0.3
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/app/xhost-$version.tar.bz2)
+
+build() {
+ cd xhost-$version
+
+ ./configure --prefix=/usr --mandir=/usr/man
+
+ make
+ make DESTDIR=$PKG install
+}