[csw-devel] SF.net SVN: gar:[4597] csw/mgar/pkg/x11/libXdmcp/trunk
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Wed Apr 29 17:54:35 CEST 2009
Revision: 4597
http://gar.svn.sourceforge.net/gar/?rev=4597&view=rev
Author: dmichelsen
Date: 2009-04-29 15:54:34 +0000 (Wed, 29 Apr 2009)
Log Message:
-----------
libXdmcp: Prepare for dynamic gspec and 64 bit
Modified Paths:
--------------
csw/mgar/pkg/x11/libXdmcp/trunk/Makefile
csw/mgar/pkg/x11/libXdmcp/trunk/checksums
Removed Paths:
-------------
csw/mgar/pkg/x11/libXdmcp/trunk/files/CSWlibxdmcp.gspec
csw/mgar/pkg/x11/libXdmcp/trunk/files/CSWlibxdmcpdevel.gspec
Modified: csw/mgar/pkg/x11/libXdmcp/trunk/Makefile
===================================================================
--- csw/mgar/pkg/x11/libXdmcp/trunk/Makefile 2009-04-29 15:40:22 UTC (rev 4596)
+++ csw/mgar/pkg/x11/libXdmcp/trunk/Makefile 2009-04-29 15:54:34 UTC (rev 4597)
@@ -4,17 +4,22 @@
DESCRIPTION = X11 display manager control protocol library
define BLURB
-This package provides the main interface to the X11 display manager control protocol library, which allows for remote logins to display managers.
+ This package provides the main interface to the X11 display manager control
+ protocol library, which allows for remote logins to display managers.
endef
-MASTER_SITES =http://xorg.freedesktop.org/releases/individual/lib/
+MASTER_SITES = http://xorg.freedesktop.org/releases/individual/lib/
DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
-DISTFILES += $(call admfiles,CSWlibxdmcpdevel, )
-DISTFILES += $(call admfiles,CSWlibxdmcp, )
# We define upstream file regex so we can be notifed of new upstream software release
UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+PACKAGES = CSWlibxdmcp CSWlibxdmcpdevel
+CATALOGNAME_CSWlibxdmcp = libxdmcp
+CATALOGNAME_CSWlibxdmcpdevel = libxdmcp_devel
+
+REQUIRED_PKGS_CSWlibxdmcpdevel = CSWlibxdmcp
+
SPKG_DESC_CSWlibxdmcp = X11 display manager control protocol library
SPKG_DESC_CSWlibxdmcpdevel = X11 display manager control protocol library development package
@@ -22,17 +27,15 @@
PKGFILES_CSWlibxdmcpdevel += $(prefix)/X11/include/.*
PKGFILES_CSWlibxdmcpdevel += $(prefix)/X11/lib/.*\.a
PKGFILES_CSWlibxdmcpdevel += $(prefix)/X11/lib/pkgconfig/.*
-PKGFILES_CSWlibxdmcpdevel += $(prefix)/share/doc/$(GARNAME)/License-devel.txt
BUILD64 = 1
-
+NOISALIST = 1
CONFIGURE_ARGS = $(DIRPATHS)
-pre-install:
- @ginstall -d $(WORKROOTDIR)/install-$(firstword $(MODULATIONS))$(datadir)/doc/$(GARNAME)
- @gcp -fp $(WORKROOTDIR)/build-$(firstword $(MODULATIONS))/$(DISTNAME)/COPYING $(WORKROOTDIR)/install-$(firstword $(MODULATIONS))$(datadir)/doc/$(GARNAME)/License.txt
- @gcp -fp $(WORKROOTDIR)/build-$(firstword $(MODULATIONS))/$(DISTNAME)/COPYING $(WORKROOTDIR)/install-$(firstword $(MODULATIONS))$(datadir)/doc/$(GARNAME)/License-devel.txt
-
include gar/category.mk
+post-merge:
+ gln -s . $(PKGROOT)$(libdir)/32
+ gln -s $(ISA_DEFAULT64) $(PKGROOT)$(libdir)/64
+ @$(MAKECOOKIE)
Modified: csw/mgar/pkg/x11/libXdmcp/trunk/checksums
===================================================================
--- csw/mgar/pkg/x11/libXdmcp/trunk/checksums 2009-04-29 15:40:22 UTC (rev 4596)
+++ csw/mgar/pkg/x11/libXdmcp/trunk/checksums 2009-04-29 15:54:34 UTC (rev 4597)
@@ -1,3 +1 @@
a7e23f356a2b4fe8668f9ff4a2b0413a download/libXdmcp-1.0.2.tar.gz
-624a709339fbb4feaaad957025c543eb download/CSWlibxdmcpdevel.gspec
-e232536fb776ff75d8905a9ddf00fd90 download/CSWlibxdmcp.gspec
Deleted: csw/mgar/pkg/x11/libXdmcp/trunk/files/CSWlibxdmcp.gspec
===================================================================
--- csw/mgar/pkg/x11/libXdmcp/trunk/files/CSWlibxdmcp.gspec 2009-04-29 15:40:22 UTC (rev 4596)
+++ csw/mgar/pkg/x11/libXdmcp/trunk/files/CSWlibxdmcp.gspec 2009-04-29 15:54:34 UTC (rev 4597)
@@ -1,6 +0,0 @@
-%var bitname libxdmcp
-%var pkgname CSWlibxdmcp
-%include url file://%{PKGLIB}/csw_dyndepend.gspec
-%copyright
-
-Please see /opt/csw/share/doc/%{GARNAME}/License.txt for license information
Deleted: csw/mgar/pkg/x11/libXdmcp/trunk/files/CSWlibxdmcpdevel.gspec
===================================================================
--- csw/mgar/pkg/x11/libXdmcp/trunk/files/CSWlibxdmcpdevel.gspec 2009-04-29 15:40:22 UTC (rev 4596)
+++ csw/mgar/pkg/x11/libXdmcp/trunk/files/CSWlibxdmcpdevel.gspec 2009-04-29 15:54:34 UTC (rev 4597)
@@ -1,6 +0,0 @@
-%var bitname libxdmcp_devel
-%var pkgname CSWlibxdmcpdevel
-%include url file://%{PKGLIB}/csw_dyndepend.gspec
-%copyright
-
-Please see /opt/csw/share/doc/%{GARNAME}/License-devel.txt for license information
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