CRUX-ARM : Home

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

diff --git a/xorg-libxpm/.footprint b/xorg-libxpm/.footprint
new file mode 100644 (file)
index 0000000..b154501
--- /dev/null
@@ -0,0 +1,17 @@
+drwxr-xr-x     root/root       usr/
+drwxr-xr-x     root/root       usr/bin/
+-rwxr-xr-x     root/root       usr/bin/cxpm
+drwxr-xr-x     root/root       usr/include/
+drwxr-xr-x     root/root       usr/include/X11/
+-rw-r--r--     root/root       usr/include/X11/xpm.h
+drwxr-xr-x     root/root       usr/lib/
+-rw-r--r--     root/root       usr/lib/libXpm.a
+-rwxr-xr-x     root/root       usr/lib/libXpm.la
+lrwxrwxrwx     root/root       usr/lib/libXpm.so -> libXpm.so.4.11.0
+lrwxrwxrwx     root/root       usr/lib/libXpm.so.4 -> libXpm.so.4.11.0
+-rwxr-xr-x     root/root       usr/lib/libXpm.so.4.11.0
+drwxr-xr-x     root/root       usr/lib/pkgconfig/
+-rw-r--r--     root/root       usr/lib/pkgconfig/xpm.pc
+drwxr-xr-x     root/root       usr/man/
+drwxr-xr-x     root/root       usr/man/man1/
+-rw-r--r--     root/root       usr/man/man1/cxpm.1.gz
diff --git a/xorg-libxpm/.md5sum b/xorg-libxpm/.md5sum
new file mode 100644 (file)
index 0000000..a0851e5
--- /dev/null
@@ -0,0 +1 @@
+38e58e72d476a74298a59052fde185a3  libXpm-3.5.8.tar.bz2
diff --git a/xorg-libxpm/Pkgfile b/xorg-libxpm/Pkgfile
new file mode 100644 (file)
index 0000000..c55de4c
--- /dev/null
@@ -0,0 +1,25 @@
+# Description: xorg lib libXpm
+# 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: xorg-xproto xorg-libx11 xorg-libxt xorg-xextproto xorg-libxext
+
+name=xorg-libxpm
+version=3.5.8
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/lib/libXpm-$version.tar.bz2)
+
+build() {
+  cd libXpm-$version
+
+  export XPM_LIBS="-L$CLFS/usr/lib -lX11"
+  export XPM_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
+}