[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gsrc-commit] trunk r3854: added comments
From: |
Carl Hansen |
Subject: |
[Gsrc-commit] trunk r3854: added comments |
Date: |
Wed, 7 Sep 2016 22:15:35 +0000 (UTC) |
User-agent: |
Bazaar (2.6b2) |
------------------------------------------------------------
revno: 3854
revision-id: address@hidden
parent: address@hidden
committer: Carl Hansen <address@hidden>
branch nick: trunk
timestamp: Wed 2016-09-07 15:14:58 -0700
message:
added comments
modified:
pkg/gnu/kawa/Makefile makefile-20160617014725-uokjfnggs70iry9h-1123
=== modified file 'pkg/gnu/kawa/Makefile'
--- a/pkg/gnu/kawa/Makefile 2016-09-07 22:07:47 +0000
+++ b/pkg/gnu/kawa/Makefile 2016-09-07 22:14:58 +0000
@@ -15,6 +15,9 @@
# You should have received a copy of the GNU General Public License
# along with GSRC. If not, see <http://www.gnu.org/licenses/>.
+# This Makefile does not install it. Put it in your java box.
+# I don't actually know the final answer.
+
NAME = Kawa
GARNAME = kawa
GARVERSION = 2.1.9
@@ -29,12 +32,15 @@
Included in Kawa is qexo, a partial implementation of XQuery in Java.
endef
+
+
######################################################################
MASTER_SITES = $(MASTER_GNU)
MASTER_SUBDIR = $(GARNAME)/
DISTFILES = $(DISTNAME)-20160902.zip
SIGFILES = $(DISTNAME)-20160902.zip.sig
+CONFIGURE_SCRIPTS =
BUILDDEPS =
LIBDEPS = readline
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gsrc-commit] trunk r3854: added comments,
Carl Hansen <=