CRUX-ARM : Home

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

diff --git a/xorg-libxfixes/.footprint b/xorg-libxfixes/.footprint
new file mode 100644 (file)
index 0000000..fc0b70d
--- /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/Xfixes.h
+drwxr-xr-x     root/root       usr/lib/
+-rw-r--r--     root/root       usr/lib/libXfixes.a
+-rwxr-xr-x     root/root       usr/lib/libXfixes.la
+lrwxrwxrwx     root/root       usr/lib/libXfixes.so -> libXfixes.so.3.1.0
+lrwxrwxrwx     root/root       usr/lib/libXfixes.so.3 -> libXfixes.so.3.1.0
+-rwxr-xr-x     root/root       usr/lib/libXfixes.so.3.1.0
+drwxr-xr-x     root/root       usr/lib/pkgconfig/
+-rw-r--r--     root/root       usr/lib/pkgconfig/xfixes.pc
+drwxr-xr-x     root/root       usr/man/
+drwxr-xr-x     root/root       usr/man/man3/
+-rw-r--r--     root/root       usr/man/man3/Xfixes.3.gz
diff --git a/xorg-libxfixes/.md5sum b/xorg-libxfixes/.md5sum
new file mode 100644 (file)
index 0000000..a983d6a
--- /dev/null
@@ -0,0 +1 @@
+7f2c40852eb337b237ad944ca5c30d49  libXfixes-4.0.4.tar.bz2
diff --git a/xorg-libxfixes/Pkgfile b/xorg-libxfixes/Pkgfile
new file mode 100644 (file)
index 0000000..33c119f
--- /dev/null
@@ -0,0 +1,25 @@
+# Description: X Fixes extension client library
+# 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-xproto xorg-fixesproto xorg-xextproto
+
+name=xorg-libxfixes
+version=4.0.4
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/lib/libXfixes-$version.tar.bz2)
+
+build() {
+  cd libXfixes-$version
+
+  export FIXESEXT_LIBS="-L$CLFS/usr/lib -lX11"
+  export FIXESEXT_CFLAGS="-I$CLFS/usr/include -I$CLFS/usr/include/X11 -I$CLFS/usr/include/X11/extensions"
+
+  ./configure --build=$CHOST \
+              --host=$CTARGET \
+              --prefix=/usr \
+              --mandir=/usr/man
+
+  make
+  make DESTDIR=$PKG install
+}