[Lunar-commits] <moonbase-other> ctags: Adding a CONFIGURE and BUILD.

stumbles stumbles at lunar-linux.org
Sun Jun 16 02:41:35 CEST 2013


commit 884876087841ccbd0d8e4c7edfa70491c189f192
Author: stumbles <stumbles at lunar-linux.org>
Date: Sat, 15 Jun 2013 17:41:16 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/884876087841ccbd0d8e4c7edfa70491c189f192

ctags: Adding a CONFIGURE and BUILD.
---
  devel/ctags/BUILD     | +7/-0     
  devel/ctags/CONFIGURE | +5/-0     
  2 files changed, 12 insertions(+)

--- /dev/null
+++ b/devel/ctags/BUILD
@@ -0,0 +1,7 @@
+
+  default_build &&
+
+#Even though the install says "cd /usr/bin && ln -s ctags etags" it does happen
+  if [[ $ENABLE_ETAGS == "y" ]] ;then
+    ln -sf /usr/bin/ctags /usr/bin/etags
+  fi
--- /dev/null
+++ b/devel/ctags/CONFIGURE
@@ -0,0 +1,5 @@
+mquery ENABLE_ETAGS "Enable the installation of links for etags?" n "--enable-etags" "--disable-etags"
+mquery USE_ORIG_FORMAT "Use original ctags file format only?" y "--enable-extended-format" "--disable-extended-format"
+mquery USE_EXT_SORT "Use internal sort algorithm instead of external coreutils sort program?" n "--enable-external-sort" "--disable-external-sort"
+mquery USE_PATTERNS "use patterns as default method to locate macros instead of line numbers?" n "--enable-macro-patterns" "--disable-macro-patterns"
+mquery INCLUDE_READTAGS "Include readtags library object during install?" n "--with-readlib" "--without-readlib"




More information about the Lunar-commits mailing list