[csw-devel] SF.net SVN: gar:[16708] csw/mgar/pkg/lang-java/389-admin-console/trunk/ Makefile
cgrzemba at users.sourceforge.net
cgrzemba at users.sourceforge.net
Fri Jan 6 09:11:56 CET 2012
Revision: 16708
http://gar.svn.sourceforge.net/gar/?rev=16708&view=rev
Author: cgrzemba
Date: 2012-01-06 08:11:56 +0000 (Fri, 06 Jan 2012)
Log Message:
-----------
lang-java/389-admin-console/trunk: recommit changes in build recipe
Modified Paths:
--------------
csw/mgar/pkg/lang-java/389-admin-console/trunk/Makefile
Modified: csw/mgar/pkg/lang-java/389-admin-console/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-java/389-admin-console/trunk/Makefile 2012-01-06 08:02:32 UTC (rev 16707)
+++ csw/mgar/pkg/lang-java/389-admin-console/trunk/Makefile 2012-01-06 08:11:56 UTC (rev 16708)
@@ -7,7 +7,7 @@
GARTYPE = v2
CATEGORIES = java
-DESCRIPTION = 389 Directory Server - Management Console
+DESCRIPTION = 389 Directory Server - Management Console Plugin AdminServer
define BLURB
A Java based remote management console used for managing 389
Administration Server and 389 Directory Server.
@@ -15,18 +15,21 @@
MASTER_SITES = http://port389/sources
DISTFILES = $(NAME)-$(VERSION).tar.bz2
-DISTFILES += startconsole
PACKAGES = CSW389-admin-console
RUNTIME_DEP_PKGS = CSW389-admin
+# BUILD_DEP_PKGS = CSWidm-console-base
ARCHALL = 1
+PACKAGING_PLATFORMS = solaris10-sparc
-CATALOGNAME_CSW389-admin-console = 389-admin-console
+CATALOGNAME_CSW389-admin-console = 389_admin_console
LICENSE = LICENSE
WORKSRC = $(WORKDIR)
+# EXTRAJARSPATH = /opt/csw/share/java
+EXTRAJARSPATH = /home/cgrzemba/java
CONFIGURE_SCRIPTS =
BUILD_SCRIPTS = custom
@@ -51,5 +54,5 @@
build-custom:
@( cd $(WORKSRC)/$(DISTNAME); \
- ant -Dbuilt.dir=`pwd`/built -Dconsole.location=/opt/csw/share/java )
+ ant -Dbuilt.dir=`pwd`/built -Dldapjdk.location=$(EXTRAJARSPATH) -Dconsole.location=$(EXTRAJARSPATH) )
@$(MAKECOOKIE)
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