[csw-devel] SF.net SVN: gar:[21590] csw/mgar/pkg/libexpat0/branches/nim

mattdarcy at users.sourceforge.net mattdarcy at users.sourceforge.net
Wed Jul 31 12:29:30 CEST 2013


Revision: 21590
          http://gar.svn.sourceforge.net/gar/?rev=21590&view=rev
Author:   mattdarcy
Date:     2013-07-31 10:29:30 +0000 (Wed, 31 Jul 2013)
Log Message:
-----------
created nim test branch to try to fix a missing dep for BTS perl build

Added Paths:
-----------
    csw/mgar/pkg/libexpat0/branches/nim

Copied: csw/mgar/pkg/libexpat0/branches/nim (from rev 21377, csw/mgar/pkg/libexpat0/trunk/Makefile)
===================================================================
--- csw/mgar/pkg/libexpat0/branches/nim	                        (rev 0)
+++ csw/mgar/pkg/libexpat0/branches/nim	2013-07-31 10:29:30 UTC (rev 21590)
@@ -0,0 +1,23 @@
+NAME = expat
+VERSION = 1.95.8
+GARTYPE = v2
+
+DESCRIPTION = XML parser toolkit
+define BLURB
+  This is James Clark's Expat XML parser library in C. It is a stream oriented
+  parser that requires setting handlers to deal with the structure that the
+  parser discovers in the document.
+endef
+
+MASTER_SITES = $(SF_MIRRORS)
+DISTFILES += $(DISTNAME).tar.gz
+
+PACKAGES += CSWlibexpat0
+SPKG_DESC_CSWlibexpat0 = XML parser toolkit, libexpat.so.0
+PKGFILES_CSWlibexpat0 += $(call pkgfiles_lib,libexpat.so.0)
+
+BUILD64_LIBS_ONLY = 1
+
+INSTALL_OVERRIDE_DIRS = prefix exec_prefix bindir libdir includedir man1dir
+
+include gar/category.mk

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