[csw-devel] SF.net SVN: gar:[8908] csw/mgar/pkg

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Mon Mar 1 10:46:54 CET 2010


Revision: 8908
          http://gar.svn.sourceforge.net/gar/?rev=8908&view=rev
Author:   dmichelsen
Date:     2010-03-01 09:46:49 +0000 (Mon, 01 Mar 2010)

Log Message:
-----------
x11vnc: Initial commit

Added Paths:
-----------
    csw/mgar/pkg/x11vnc/
    csw/mgar/pkg/x11vnc/branches/
    csw/mgar/pkg/x11vnc/tags/
    csw/mgar/pkg/x11vnc/trunk/
    csw/mgar/pkg/x11vnc/trunk/Makefile
    csw/mgar/pkg/x11vnc/trunk/checksums
    csw/mgar/pkg/x11vnc/trunk/files/


Property changes on: csw/mgar/pkg/x11vnc/trunk
___________________________________________________________________
Added: svn:ignore
   + cookies
download
work


Added: svn:externals
   + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2


Added: csw/mgar/pkg/x11vnc/trunk/Makefile
===================================================================
--- csw/mgar/pkg/x11vnc/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/x11vnc/trunk/Makefile	2010-03-01 09:46:49 UTC (rev 8908)
@@ -0,0 +1,31 @@
+GARNAME = x11vnc
+GARVERSION = 0.9.9
+CATEGORIES = apps
+
+DESCRIPTION = Allows one to view remotely and interact with real X displays
+define BLURB
+endef
+
+SF_PROJ = libvncserver
+MASTER_SITES = $(SF_MIRROR)
+DISTFILES  = $(GARNAME)-$(GARVERSION).tar.gz
+
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+
+VENDOR_URL = http://www.karlrunge.com/x11vnc/
+
+BUILD_DEP_PKGS = CSWossldevel CSWzlib CSWjpeg
+RUNTIME_DEP_PKGS = CSWosslrt CSWzlib CSWjpeg
+
+# This is to make sure the X11 path is prepended to the front of lib pathes.
+# Otherwise the wrong X11 gets picked up.
+EXTRA_LIB = /usr/openwin/lib
+
+CONFIGURE_ARGS = $(DIRPATHS)
+CONFIGURE_ARGS += --x-includes=/usr/openwin/include
+CONFIGURE_ARGS += --x-libraries=/usr/openwin/lib
+
+TEST_TARGET = check
+
+include gar/category.mk

Added: csw/mgar/pkg/x11vnc/trunk/checksums
===================================================================
--- csw/mgar/pkg/x11vnc/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/x11vnc/trunk/checksums	2010-03-01 09:46:49 UTC (rev 8908)
@@ -0,0 +1 @@
+874008821a0588a73ec7fbe09b747bb0  x11vnc-0.9.9.tar.gz


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list