[csw-devel] SF.net SVN: gar:[4268] csw/mgar/pkg/kawa/trunk
trygvis at users.sourceforge.net
trygvis at users.sourceforge.net
Thu Apr 9 23:27:07 CEST 2009
Revision: 4268
http://gar.svn.sourceforge.net/gar/?rev=4268&view=rev
Author: trygvis
Date: 2009-04-09 21:27:06 +0000 (Thu, 09 Apr 2009)
Log Message:
-----------
o Removing the native readline wrapper, no good. Adding custom one based on CSWrlwrap.
Modified Paths:
--------------
csw/mgar/pkg/kawa/trunk/Makefile
csw/mgar/pkg/kawa/trunk/checksums
Modified: csw/mgar/pkg/kawa/trunk/Makefile
===================================================================
--- csw/mgar/pkg/kawa/trunk/Makefile 2009-04-09 20:48:54 UTC (rev 4267)
+++ csw/mgar/pkg/kawa/trunk/Makefile 2009-04-09 21:27:06 UTC (rev 4268)
@@ -7,16 +7,17 @@
MASTER_SITES = ftp://ftp.gnu.org/pub/gnu/kawa/
DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
+DISTFILES += bin-kawa
-REQUIRED_PKG = CSWncurses CSWreadline
+REQUIRED_PKG = CSWrlwrap
# We define upstream file regex so we can be notifed of new upstream software release
UFILES_REGEX = kawa-(\d+(?:\.\d+)*).tar.gz
CONFIGURE_ARGS = $(DIRPATHS)
-CONFIGURE_ARGS += --enable-kawa-frontend
-TEST_SCRIPTS =
+TEST_SCRIPTS =
+
include gar/category.mk
PATH := /usr/jdk1.5.0_15/bin:$(PATH)
@@ -27,3 +28,7 @@
LIBS = -lsocket
export LIBS
+
+post-install-modulated:
+ # Overwrite the default kawa junk
+ cp $(WORKDIR)/bin-kawa $(DESTDIR)/opt/csw/bin/kawa
Modified: csw/mgar/pkg/kawa/trunk/checksums
===================================================================
--- csw/mgar/pkg/kawa/trunk/checksums 2009-04-09 20:48:54 UTC (rev 4267)
+++ csw/mgar/pkg/kawa/trunk/checksums 2009-04-09 21:27:06 UTC (rev 4268)
@@ -1,2 +1,2 @@
-611209ca2f621cee8041321902a0466c download/CSWkawa.gspec
+ba051c4dde680a004ea89ed369355d0e download/bin-kawa
8a1cc2d67127392f6f3f180d53800725 download/kawa-1.9.1.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