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

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Thu Mar 7 20:14:16 CET 2013


Revision: 20391
          http://gar.svn.sourceforge.net/gar/?rev=20391&view=rev
Author:   dmichelsen
Date:     2013-03-07 19:14:16 +0000 (Thu, 07 Mar 2013)
Log Message:
-----------
sphinx-russian-morphology/trunk: Initial commit

Added Paths:
-----------
    csw/mgar/pkg/sphinx-russian-morphology/
    csw/mgar/pkg/sphinx-russian-morphology/Makefile
    csw/mgar/pkg/sphinx-russian-morphology/branches/
    csw/mgar/pkg/sphinx-russian-morphology/tags/
    csw/mgar/pkg/sphinx-russian-morphology/trunk/
    csw/mgar/pkg/sphinx-russian-morphology/trunk/Makefile
    csw/mgar/pkg/sphinx-russian-morphology/trunk/checksums
    csw/mgar/pkg/sphinx-russian-morphology/trunk/files/

Added: csw/mgar/pkg/sphinx-russian-morphology/Makefile
===================================================================
--- csw/mgar/pkg/sphinx-russian-morphology/Makefile	                        (rev 0)
+++ csw/mgar/pkg/sphinx-russian-morphology/Makefile	2013-03-07 19:14:16 UTC (rev 20391)
@@ -0,0 +1,2 @@
+%:
+	$(MAKE) -C trunk $*


Property changes on: csw/mgar/pkg/sphinx-russian-morphology/trunk
___________________________________________________________________
Added: svn:ignore
   + work


Added: csw/mgar/pkg/sphinx-russian-morphology/trunk/Makefile
===================================================================
--- csw/mgar/pkg/sphinx-russian-morphology/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/sphinx-russian-morphology/trunk/Makefile	2013-03-07 19:14:16 UTC (rev 20391)
@@ -0,0 +1,27 @@
+# $Id$
+# TODO (release-critical prefixed with !, non release-critical with *)
+#
+NAME = sphinx-russian-morphology
+VERSION = 20130120
+
+DESCRIPTION = Russian morphology dictionary for Sphinx lemmatizer
+
+MASTER_SITES = http://sphinxsearch.com/files/dicts/
+DISTFILES += ru.pak
+
+PACKAGES += CSWsphinx-russian-morphology
+SPKG_DESC_CSWmypkg = Russian morphology dictionary for Sphinx lemmatizer
+# PKGFILES is catchall
+ARCHALL_CSWsphinx-russian-morphology = 1
+
+CONFIGURE_SCRIPTS =
+BUILD_SCRIPTS =
+TEST_SCRIPTS =
+INSTALL_SCRIPTS = custom
+
+include gar/category.mk
+
+install-custom:
+	mkdir -p $(DESTDIR)$(sharedstatedir)/sphinx
+	ginstall -m 0644 $(WORKDIR)/ru.pak $(DESTDIR)$(sharedstatedir)/sphinx/
+	@$(MAKECOOKIE)


Property changes on: csw/mgar/pkg/sphinx-russian-morphology/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
   + Id

Added: csw/mgar/pkg/sphinx-russian-morphology/trunk/checksums
===================================================================
--- csw/mgar/pkg/sphinx-russian-morphology/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/sphinx-russian-morphology/trunk/checksums	2013-03-07 19:14:16 UTC (rev 20391)
@@ -0,0 +1 @@
+2a5425b088d5d23c2e427ce961037098  ru.pak

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