[csw-devel] SF.net SVN: gar:[17835] csw/mgar/pkg
pfelecan at users.sourceforge.net
pfelecan at users.sourceforge.net
Mon Apr 23 16:47:08 CEST 2012
Revision: 17835
http://gar.svn.sourceforge.net/gar/?rev=17835&view=rev
Author: pfelecan
Date: 2012-04-23 14:47:08 +0000 (Mon, 23 Apr 2012)
Log Message:
-----------
migrated from a personal recipe to a gar based recipe.
Added Paths:
-----------
csw/mgar/pkg/m17n/
csw/mgar/pkg/m17n/Makefile
csw/mgar/pkg/m17n/branches/
csw/mgar/pkg/m17n/tags/
csw/mgar/pkg/m17n/trunk/
csw/mgar/pkg/m17n/trunk/Makefile
csw/mgar/pkg/m17n/trunk/checksums
csw/mgar/pkg/m17n/trunk/files/
Added: csw/mgar/pkg/m17n/Makefile
===================================================================
--- csw/mgar/pkg/m17n/Makefile (rev 0)
+++ csw/mgar/pkg/m17n/Makefile 2012-04-23 14:47:08 UTC (rev 17835)
@@ -0,0 +1,2 @@
+%:
+ $(MAKE) -C trunk $*
Property changes on: csw/mgar/pkg/m17n/trunk
___________________________________________________________________
Added: svn:ignore
+ work
Added: csw/mgar/pkg/m17n/trunk/Makefile
===================================================================
--- csw/mgar/pkg/m17n/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/m17n/trunk/Makefile 2012-04-23 14:47:08 UTC (rev 17835)
@@ -0,0 +1,63 @@
+# $Id$
+# TODO (release-critical prefixed with !, non release-critical with *)
+#
+NAME = m17n
+VERSION = 1.6.3
+GARTYPE = v2
+CATEGORIES = lib
+
+DESCRIPTION = A multilingual text processing library for the C language.
+define BLURB
+ An open source software for any Linux/Unix applications which
+ realizes multilingualization of many aspects of applications.
+
+ It represents multilingual text as an object named M-text.
+ M-text is a string with attributes called text properties,
+ and designed to substitute for string in C.
+ Text properties carry any information required to input, display
+ and edit the text.
+endef
+
+MASTER_SITES = http://www.m17n.org/m17n-lib-download/
+
+DISTNAME = $(NAME)-lib-$(VERSION)
+DISTFILES = $(DISTNAME).tar.gz
+
+# File name regex to get notifications about upstream software releases
+# NOTE: Use this only if the automatic regex creation
+# does not work for your package
+# UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz
+
+# If the url used to check for software update is different of MASTER_SITES, then
+# uncomment the next line. Otherwise it is set by default to the value of MASTER_SITES
+# UPSTREAM_MASTER_SITES =
+
+CONFIGURE_ARGS = $(DIRPATHS)
+GARCOMPILER = GNU
+EXTRA_INC = /opt/csw/X11/include
+EXTRA_LINKER_FLAGS = -lintl
+CONFIGURE_ARGS += \
+ --without-included-gettext \
+ --with-libintl-prefix=/opt/csw
+BUILD_DEP_PKGS = \
+ CSWggettext-dev \
+ CSWlibthaidevel \
+ CSWlibotf-dev
+RUNTIME_DEP_PKGS = \
+ CSWggettext \
+ CSWlibthai \
+ CSWlibotf
+PACKAGES += CSWlibn17n0
+SPKG_DESC_CSWlibn17n0 += A multilingual text processing library for the C language - runtime.
+PKGFILES_CSWlibn17n0 += $(call pkgfiles_lib,libm17n-core.so.0.4.0) $(call pkgfiles_lib,libm17n-flt.so.0.4.0) $(call pkgfiles_lib,libm17n-gui.so.0.4.0) $(call pkgfiles_lib,libm17n.so.0.4.0) $(call pkgfiles_lib,m17n/1.0/libm17n-X.so) $(call pkgfiles_lib,m17n/1.0/libm17n-gd.so) $(call pkgfiles_lib,m17n/1.0/libmimx-anthy.so) $(call pkgfiles_lib,m17n/1.0/libmimx-ispell.so)
+PACKAGES += CSWlibn17n-dev
+SPKG_DESC_CSWlibn17n-dev += A multilingual text processing library for the C language - development.
+PKGFILES_CSWlibn17n-dev = $(PKGFILES_DEVEL)
+RUNTIME_DEP_PKGS_CSWlibn17n-dev += CSWlibn17n0
+
+PACKAGES += CSWlibn17n-utils
+SPKG_DESC_CSWlibn17n-utils += A multilingual text processing library for the C language - utilities.
+RUNTIME_DEP_PKGS_CSWlibn17n-utils += CSWlibn17n0
+
+include gar/category.mk
+
Property changes on: csw/mgar/pkg/m17n/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: csw/mgar/pkg/m17n/trunk/checksums
===================================================================
--- csw/mgar/pkg/m17n/trunk/checksums (rev 0)
+++ csw/mgar/pkg/m17n/trunk/checksums 2012-04-23 14:47:08 UTC (rev 17835)
@@ -0,0 +1 @@
+24c8f0a2fb167e1a0e25815c8421a2a4 m17n-lib-1.6.3.tar.gz
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