summaryrefslogtreecommitdiffstats
path: root/xorg-libxtst
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-libxtst')
-rw-r--r--xorg-libxtst/.footprint16
-rw-r--r--xorg-libxtst/.md5sum1
-rw-r--r--xorg-libxtst/Pkgfile17
-rw-r--r--xorg-libxtst/Pkgfile.old18
4 files changed, 52 insertions, 0 deletions
diff --git a/xorg-libxtst/.footprint b/xorg-libxtst/.footprint
new file mode 100644
index 0000000..fc9247e
--- /dev/null
+++ b/xorg-libxtst/.footprint
@@ -0,0 +1,16 @@
+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/XTest.h
+-rw-r--r-- root/root usr/include/X11/extensions/record.h
+drwxr-xr-x root/root usr/lib/
+-rw-r--r-- root/root usr/lib/libXtst.a
+-rwxr-xr-x root/root usr/lib/libXtst.la
+lrwxrwxrwx root/root usr/lib/libXtst.so -> libXtst.so.6.1.0
+lrwxrwxrwx root/root usr/lib/libXtst.so.6 -> libXtst.so.6.1.0
+-rwxr-xr-x root/root usr/lib/libXtst.so.6.1.0
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/xtst.pc
+drwxr-xr-x root/root usr/man/
+drwxr-xr-x root/root usr/man/man3/
diff --git a/xorg-libxtst/.md5sum b/xorg-libxtst/.md5sum
new file mode 100644
index 0000000..39065f2
--- /dev/null
+++ b/xorg-libxtst/.md5sum
@@ -0,0 +1 @@
+dd6f3e20b87310187121539f9605d977 libXtst-1.1.0.tar.bz2
diff --git a/xorg-libxtst/Pkgfile b/xorg-libxtst/Pkgfile
new file mode 100644
index 0000000..4c881f6
--- /dev/null
+++ b/xorg-libxtst/Pkgfile
@@ -0,0 +1,17 @@
+description="xorg lib libXtst"
+packager=""
+maintainer="Tilman Sauerbeck, tilman at crux dot nu"
+url="http://xorg.freedesktop.org"
+depends=(xorg-libx11 xorg-libxext xorg-libxi xorg-recordproto)
+
+name=xorg-libxtst
+version=1.1.0
+release=2
+source=(http://xorg.freedesktop.org/releases/individual/lib/libXtst-1.1.0.tar.bz2)
+build ()
+{
+ cd libXtst-$version;
+ ./configure --prefix=/usr --mandir=$mandir;
+ make;
+ make DESTDIR=$PKG install
+}
diff --git a/xorg-libxtst/Pkgfile.old b/xorg-libxtst/Pkgfile.old
new file mode 100644
index 0000000..43af519
--- /dev/null
+++ b/xorg-libxtst/Pkgfile.old
@@ -0,0 +1,18 @@
+# Description: xorg lib libXtst
+# URL: http://xorg.freedesktop.org
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+# Depends on: xorg-libx11, xorg-libxext, xorg-libxi, xorg-recordproto
+
+name=xorg-libxtst
+version=1.1.0
+release=2
+source=(http://xorg.freedesktop.org/releases/individual/lib/libXtst-$version.tar.bz2)
+
+build() {
+ cd libXtst-$version
+
+ ./configure --prefix=/usr --mandir=/usr/man
+
+ make
+ make DESTDIR=$PKG install
+}