summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-xtrans
diff options
context:
space:
mode:
Diffstat (limited to 'xorg/xorg-xtrans')
-rw-r--r--xorg/xorg-xtrans/.footprint18
-rw-r--r--xorg/xorg-xtrans/.md5sum1
-rw-r--r--xorg/xorg-xtrans/Pkgfile17
3 files changed, 36 insertions, 0 deletions
diff --git a/xorg/xorg-xtrans/.footprint b/xorg/xorg-xtrans/.footprint
new file mode 100644
index 000000000..199e57b1e
--- /dev/null
+++ b/xorg/xorg-xtrans/.footprint
@@ -0,0 +1,18 @@
+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/Xtrans/
+-rw-r--r-- root/root usr/include/X11/Xtrans/Xtrans.c
+-rw-r--r-- root/root usr/include/X11/Xtrans/Xtrans.h
+-rw-r--r-- root/root usr/include/X11/Xtrans/Xtransint.h
+-rw-r--r-- root/root usr/include/X11/Xtrans/Xtranslcl.c
+-rw-r--r-- root/root usr/include/X11/Xtrans/Xtranssock.c
+-rw-r--r-- root/root usr/include/X11/Xtrans/Xtranstli.c
+-rw-r--r-- root/root usr/include/X11/Xtrans/Xtransutil.c
+-rw-r--r-- root/root usr/include/X11/Xtrans/transport.c
+drwxr-xr-x root/root usr/lib/
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/xtrans.pc
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/aclocal/
+-rw-r--r-- root/root usr/share/aclocal/xtrans.m4
diff --git a/xorg/xorg-xtrans/.md5sum b/xorg/xorg-xtrans/.md5sum
new file mode 100644
index 000000000..a7bce1007
--- /dev/null
+++ b/xorg/xorg-xtrans/.md5sum
@@ -0,0 +1 @@
+b3b57e78dc06885e79f8393a83619715 xtrans-1.2.4.tar.bz2
diff --git a/xorg/xorg-xtrans/Pkgfile b/xorg/xorg-xtrans/Pkgfile
new file mode 100644
index 000000000..d80c2a431
--- /dev/null
+++ b/xorg/xorg-xtrans/Pkgfile
@@ -0,0 +1,17 @@
+# Description: xorg lib xtrans
+# URL: http://xorg.freedesktop.org
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+
+name=xorg-xtrans
+version=1.2.4
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/lib/xtrans-$version.tar.bz2)
+
+build() {
+ cd xtrans-$version
+
+ ./configure --prefix=/usr
+
+ make
+ make DESTDIR=$PKG install
+}