CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
xorg-libxtst: initial import (verified compilation)
authorJose V Beneyto <sepen@crux.nu>
Thu, 17 Dec 2009 11:45:45 +0000 (12:45 +0100)
committerJose V Beneyto <sepen@crux.nu>
Thu, 17 Dec 2009 11:45:45 +0000 (12:45 +0100)
xorg-libxtst/.footprint [new file with mode: 0644]
xorg-libxtst/.md5sum [new file with mode: 0644]
xorg-libxtst/Pkgfile [new file with mode: 0644]

diff --git a/xorg-libxtst/.footprint b/xorg-libxtst/.footprint
new file mode 100644 (file)
index 0000000..fc9247e
--- /dev/null
@@ -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 (file)
index 0000000..39065f2
--- /dev/null
@@ -0,0 +1 @@
+dd6f3e20b87310187121539f9605d977  libXtst-1.1.0.tar.bz2
diff --git a/xorg-libxtst/Pkgfile b/xorg-libxtst/Pkgfile
new file mode 100644 (file)
index 0000000..29bb365
--- /dev/null
@@ -0,0 +1,27 @@
+# Description: xorg lib libXtst
+# URL: http://xorg.freedesktop.org
+# Maintainer: Tilman Sauerbeck tilman at crux dot nu
+# Arch Maintainer System Team crux-arm at mikeux dot dyndns dot org
+# 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
+
+  export X11_LIBS="-L$CLFS/usr/lib -lpthread-stubs"
+  export X11_CFLAGS="-I$CLFS/usr/include -I$CLFS/usr/include/X11 -I$CLFS/usr/include/X11/extensions"
+  export XTST_LIBS="$X11_LIBS"
+  export XTST_CFLAGS="$X11_CFLAGS"
+
+  ./configure --build=$CHOST \
+              --host=$CTARGET \
+              --prefix=/usr \
+              --mandir=/usr/man
+
+  make
+  make DESTDIR=$PKG install
+}