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

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Thu May 7 18:40:50 CEST 2009


Revision: 4735
          http://gar.svn.sourceforge.net/gar/?rev=4735&view=rev
Author:   dmichelsen
Date:     2009-05-07 16:40:50 +0000 (Thu, 07 May 2009)

Log Message:
-----------
x11/x11common: Initial commit

Added Paths:
-----------
    csw/mgar/pkg/x11/x11common/
    csw/mgar/pkg/x11/x11common/branches/
    csw/mgar/pkg/x11/x11common/tags/
    csw/mgar/pkg/x11/x11common/trunk/
    csw/mgar/pkg/x11/x11common/trunk/Makefile
    csw/mgar/pkg/x11/x11common/trunk/files/


Property changes on: csw/mgar/pkg/x11/x11common/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/x11/x11common/trunk/Makefile
===================================================================
--- csw/mgar/pkg/x11/x11common/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/x11/x11common/trunk/Makefile	2009-05-07 16:40:50 UTC (rev 4735)
@@ -0,0 +1,19 @@
+GARNAME = x11common
+GARVERSION = 1.0
+CATEGORIES = x11
+
+DESCRIPTION = X11 common directories
+define BLURB
+endef
+
+CONFIGURE_SCRIPTS =
+BUILD_SCRIPTS =
+INSTALL_SCRIPTS = custom
+
+include gar/category.mk
+
+install-custom:
+	ginstall -d $(DESTDIR)$(libdir)
+	gln -s . $(DESTDIR)$(libdir)/32
+	gln -s $(ISA_DEFAULT64) $(DESTDIR)$(libdir)/64
+	@$(MAKECOOKIE)


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