CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
xorg-libxdamage: initial import (verified compilation)
[attic/ports/xorg-cross.git] / xorg-libxmu / Pkgfile
CommitLineData
4467370b
JB
1# Description: xorg lib libXmu
2# URL: http://xorg.freedesktop.org
3# Maintainer: Tilman Sauerbeck tilman at crux dot nu
4# Arch Maintainer System Team crux-arm at mikeux dot dyndns dot org
5# Depends on: xorg-libxt xorg-xextproto xorg-libxext xorg-libx11
6
7name=xorg-libxmu
8version=1.0.5
9release=1
10source=(http://xorg.freedesktop.org/releases/individual/lib/libXmu-$version.tar.bz2)
11
12build() {
13 cd libXmu-$version
14
15 export DEFAULT_LIBS="-L$CLFS/lib -L$CLFS/usr/lib -L$CLFS/usr/lib/xorg -L$CLFS/usr/lib/xorg/modules"
16 export DEFAULT_CFLAGS="-I$CLFS/usr/include -I$CLFS/usr/include/X11 -I$CLFS/usr/include/X11/extensions"
6edfc172
JB
17 export XMU_LIBS="$DEFAULT_LIBS -lXt -lSM -lICE -lXext -lX11"
18 export XMU_CFLAGS="$DEFAULT_CFLAGS -I$CLFS/usr/include/xorg"
4467370b
JB
19 export XMUU_LIBS="$XMU_LIBS"
20 export XMUU_CFLAGS="$XMU_CFLAGS"
21
22 ./configure --build=$CHOST \
23 --host=$CTARGET \
24 --prefix=/usr
25
26 make
27 make DESTDIR=$PKG install
28}