[csw-devel] SF.net SVN: gar:[6360] csw/mgar/pkg/xapian-core/trunk/Makefile
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Sat Sep 19 15:07:14 CEST 2009
Revision: 6360
http://gar.svn.sourceforge.net/gar/?rev=6360&view=rev
Author: dmichelsen
Date: 2009-09-19 13:07:14 +0000 (Sat, 19 Sep 2009)
Log Message:
-----------
xapian-core: Split files
Modified Paths:
--------------
csw/mgar/pkg/xapian-core/trunk/Makefile
Modified: csw/mgar/pkg/xapian-core/trunk/Makefile
===================================================================
--- csw/mgar/pkg/xapian-core/trunk/Makefile 2009-09-19 11:59:58 UTC (rev 6359)
+++ csw/mgar/pkg/xapian-core/trunk/Makefile 2009-09-19 13:07:14 UTC (rev 6360)
@@ -16,13 +16,27 @@
# We define upstream file regex so we can be notifed of new upstream software release
UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
-PACKAGES = CSWxapiancore
-CATALOGNAME_CSWxapiancore = xapian_core
+PACKAGES = CSWxapian CSWxapianrt CSWxapiandevel
+CATALOGNAME_CSWxapian = xapian
+CATALOGNAME_CSWxapianrt = xapian_rt
+CATALOGNAME_CSWxapiandevel = xapian_devel
-REQUIRED_PKGS = CSWstlport CSWzlib
+SPKG_DESC_CSWxapian = An open source search engine library
+SPKG_DESC_CSWxapianrt = Xapian runtime libraries
+SPKG_DESC_CSWxapiandevel = Xapian development files
+REQUIRED_PKGS_CSWxapianrt = CSWstlport CSWzlib
+REQUIRED_PKGS_CSWxapian = CSWxapianrt
+REQUIRED_PKGS_CSWxapiandevel = CSWxapian
+# If we compile with Sun Studio it is impossible to build the Ruby bindings as
+# Ruby is compiled with GCC.
+# Compiling with GCC4 yields the error "__sync_fetch_and_add_4 not found".
+GARCOMPILER = GCC3
+
EXTRA_LD_FLAGS = -lm
+# GCC3 can not build amd64
+#BUILD64 = 1
CONFIGURE_ARGS = $(DIRPATHS)
#BUILD_ARGS = AM_CXXFLAGS="-library=stlport4 -features=tmplife"
@@ -32,4 +46,8 @@
# We need the .la-file, otherwise xapian-config doesn't work
MERGE_EXCLUDE_LIBTOOL =
+PKGFILES_CSWxapianrt = $(PKGFILES_RT)
+PKGFILES_CSWxapiandevel = $(PKGFILES_DEVEL)
+PKGFILES_CSWxapiandevel += $(docdir)/xapian-core/apidoc/.*
+
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