CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
xorg-xtrans: initial import (verified compilation)
authorJose V Beneyto <sepen@crux.nu>
Wed, 16 Dec 2009 08:06:34 +0000 (09:06 +0100)
committerJose V Beneyto <sepen@crux.nu>
Wed, 16 Dec 2009 08:06:34 +0000 (09:06 +0100)
xorg-xtrans/.footprint [new file with mode: 0644]
xorg-xtrans/.md5sum [new file with mode: 0644]
xorg-xtrans/Pkgfile [new file with mode: 0644]

diff --git a/xorg-xtrans/.footprint b/xorg-xtrans/.footprint
new file mode 100644 (file)
index 0000000..199e57b
--- /dev/null
@@ -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-xtrans/.md5sum b/xorg-xtrans/.md5sum
new file mode 100644 (file)
index 0000000..a7bce10
--- /dev/null
@@ -0,0 +1 @@
+b3b57e78dc06885e79f8393a83619715  xtrans-1.2.4.tar.bz2
diff --git a/xorg-xtrans/Pkgfile b/xorg-xtrans/Pkgfile
new file mode 100644 (file)
index 0000000..3aa0747
--- /dev/null
@@ -0,0 +1,21 @@
+# Description: Xorg lib xtrans
+# URL: http://xorg.freedesktop.org
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+# Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dot dyndns dot org
+# Depends on:
+
+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 --build=$CHOST \
+              --host=$CTARGET \
+              --prefix=/usr
+
+  make
+  make DESTDIR=$PKG install
+}