CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
xorg-libx11: Added xorg-xf86bigfontproto dependencie.
[attic/ports/xorg-cross.git] / xorg-libxres / Pkgfile
index 5fc9441ee013c5daef7778bb00d69225cc309855..2f7e57d5d3cced1e4c3c99f14c57b700a6a35040 100644 (file)
@@ -1,19 +1,18 @@
-# Depends on: xorg-libx11, xorg-libxext, xorg-resourceproto
 # Description: X Resource 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
+# Arch Maintainer System Team devel at crux-arm dot nu
 # Depends on: xorg-libx11 xorg-libxext xorg-resourceproto
 
 name=xorg-libxres
 version=1.0.4
-release=1
+release=2
 source=(http://xorg.freedesktop.org/releases/individual/lib/libXres-$version.tar.bz2)
 
 build() {
   cd libXres-$version
 
-  export X11_LIBS="-L$CLFS/usr/lib -lpthread-stubs"
+  export X11_LIBS="-L$CLFS/usr/lib -lX11 -lXext"
   export X11_CFLAGS="-I$CLFS/usr/include -I$CLFS/usr/include/X11 -I$CLFS/usr/include/X11/extensions" 
   export XRES_LIBS="$X11_LIBS"
   export XRES_CFLAGS="$X11_CFLAGS"