From cd67c33d0e6f8048fd1966ea1782a4fa81e48e64 Mon Sep 17 00:00:00 2001 From: Jose V Beneyto Date: Wed, 16 Dec 2009 09:06:34 +0100 Subject: [PATCH] xorg-xtrans: initial import (verified compilation) --- xorg-xtrans/.footprint | 18 ++++++++++++++++++ xorg-xtrans/.md5sum | 1 + xorg-xtrans/Pkgfile | 21 +++++++++++++++++++++ 3 files changed, 40 insertions(+) create mode 100644 xorg-xtrans/.footprint create mode 100644 xorg-xtrans/.md5sum create mode 100644 xorg-xtrans/Pkgfile diff --git a/xorg-xtrans/.footprint b/xorg-xtrans/.footprint new file mode 100644 index 0000000..199e57b --- /dev/null +++ b/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-xtrans/.md5sum b/xorg-xtrans/.md5sum new file mode 100644 index 0000000..a7bce10 --- /dev/null +++ b/xorg-xtrans/.md5sum @@ -0,0 +1 @@ +b3b57e78dc06885e79f8393a83619715 xtrans-1.2.4.tar.bz2 diff --git a/xorg-xtrans/Pkgfile b/xorg-xtrans/Pkgfile new file mode 100644 index 0000000..3aa0747 --- /dev/null +++ b/xorg-xtrans/Pkgfile @@ -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 +} -- 2.26.2