[csw-devel] SF.net SVN: gar:[8114] csw/mgar/pkg/exempi/trunk/Makefile

hson at users.sourceforge.net hson at users.sourceforge.net
Thu Jan 21 16:37:59 CET 2010


Revision: 8114
          http://gar.svn.sourceforge.net/gar/?rev=8114&view=rev
Author:   hson
Date:     2010-01-21 15:37:58 +0000 (Thu, 21 Jan 2010)

Log Message:
-----------
exempi: Prepare Makefile for package release

Modified Paths:
--------------
    csw/mgar/pkg/exempi/trunk/Makefile

Modified: csw/mgar/pkg/exempi/trunk/Makefile
===================================================================
--- csw/mgar/pkg/exempi/trunk/Makefile	2010-01-21 14:35:32 UTC (rev 8113)
+++ csw/mgar/pkg/exempi/trunk/Makefile	2010-01-21 15:37:58 UTC (rev 8114)
@@ -19,9 +19,20 @@
 
 UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
 
-REQUIRED_PKGS += CSWexpat CSWstlport CSWzlib
-PREREQUISITE_PKGS += CSWiconv CSWboostrt CSWboostdevel
+PACKAGES = CSWexempi CSWexempidevel
+CATALOGNAME_CSWexempi = exempi
+CATALOGNAME_CSWexempidevel = exempi_devel
+SPKG_DESC_CSWexempi = Exempi is an implementation of XMP
+SPKG_DESC_CSWexempidevel = Exempi is an implementation of XMP - developer package
 
+REQUIRED_PKGS_CSWexempi += CSWexpat CSWstlport CSWzlib CSWiconv
+REQUIRED_PKGS_CSWexempidevel += CSWexempi
+
+PREREQUISITE_PKGS += $(REQUIRED_PKGS_CSWexempi)
+PREREQUISITE_PKGS += CSWboostrt CSWboostdevel
+
+PKGFILES_CSWexempidevel = $(PKGFILES_DEVEL)
+
 PATCHFILES += Makefiles.patch
 PATCHFILES += RIFF_Support.cpp
 PATCHFILES += XML_Node.cpp
@@ -31,7 +42,9 @@
 PATCHFILES += xmp.h.patch
 PATCHFILES += boost.m4.patch
 
-EXTRA_CXXFLAGS = -D__EXTENSIONS__ -library=stlport4 -DHAVE_NATIVE_TLS=0
+EXTRA_CXXFLAGS = -D__EXTENSIONS__ -library=stlport4
+# Ugly, but need to owerwrite this since autoconf system doesn't work
+EXTRA_CXXFLAGS += -DHAVE_NATIVE_TLS=0
 EXTRA_LINKER_FLAGS = -liconv
 
 CONFIGURE_ARGS = $(DIRPATHS)


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