CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
sdl_sound: initial import (verified compilation).
[attic/ports/opt-cross.git] / x11vnc / Pkgfile
index 4ebe82dce39b7787ec9a79bc77606533f97be6ff..c0055606d0aeb09c47ee94aa09bc95f535fb380d 100644 (file)
@@ -1,8 +1,8 @@
 # Description: VNC server for real X displays
 # URL: http://www.karlrunge.com/x11vnc/
 # Maintainer: Victor Martinez, pitillo at ono dot com
-# Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dot dyndns dot org
-# Depends on: xorg-libxdamage xorg-libxinerama xorg-libxrandr xorg-libxtst libjpeg
+# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
+# Depends on: xorg-libxdamage xorg-libxrandr xorg-libxtst libjpeg
 
 name=x11vnc
 version=0.9.9
@@ -18,7 +18,7 @@ build() {
               --mandir=$PKG/usr/man \
               --x-includes=$CLFS/usr/include/X11 \
               --x-libraries=$CLFS/usr/lib/X11
-  make
+  make AR="$AR"
   make prefix=$PKG/usr install
   rm $PKG/usr/share/x11vnc/classes/ssl/README
 }