[Groonga-commit] groonga/groonga-normalizer-mysql [master] Add .pc for easy to detect this package

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Jan 25 15:28:57 JST 2013


Kouhei Sutou	2013-01-25 15:28:57 +0900 (Fri, 25 Jan 2013)

  New Revision: 6057931f328dbec768c9169fcb108d22b42b3fdf
  https://github.com/groonga/groonga-normalizer-mysql/commit/6057931f328dbec768c9169fcb108d22b42b3fdf

  Log:
    Add .pc for easy to detect this package

  Added files:
    groonga-normalizer-mysql.pc.in
  Modified files:
    configure.ac

  Modified: configure.ac (+1 -0)
===================================================================
--- configure.ac    2013-01-25 15:20:05 +0900 (29b328d)
+++ configure.ac    2013-01-25 15:28:57 +0900 (95ff0df)
@@ -89,6 +89,7 @@ AM_CONDITIONAL([WITH_TEST], [test "$ac_cv_ruby_available" = "yes"])
 
 AC_CONFIG_FILES([
   Makefile
+  groonga-normalizer-mysql.pc
   normalizers/Makefile
   test/Makefile
 ])

  Added: groonga-normalizer-mysql.pc.in (+5 -0) 100644
===================================================================
--- /dev/null
+++ groonga-normalizer-mysql.pc.in    2013-01-25 15:28:57 +0900 (c109344)
@@ -0,0 +1,5 @@
+plugin_name=normalizers/mysql
+
+Name: groonga-normalizer-mysql
+Description: A MySQL compatible normalizer plugin for groonga
+Version: @VERSION@
-------------- next part --------------
HTML����������������������������...
Descargar 



More information about the Groonga-commit mailing list
Back to archive index