[csw-devel] SF.net SVN: gar:[16699] csw/mgar/pkg/lang-java/idm-console-base/trunk/ Makefile

cgrzemba at users.sourceforge.net cgrzemba at users.sourceforge.net
Thu Jan 5 16:05:04 CET 2012


Revision: 16699
          http://gar.svn.sourceforge.net/gar/?rev=16699&view=rev
Author:   cgrzemba
Date:     2012-01-05 15:05:03 +0000 (Thu, 05 Jan 2012)
Log Message:
-----------
lang-java/idm-console-base/trunk: fix build recipe

Modified Paths:
--------------
    csw/mgar/pkg/lang-java/idm-console-base/trunk/Makefile

Modified: csw/mgar/pkg/lang-java/idm-console-base/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-java/idm-console-base/trunk/Makefile	2012-01-05 14:18:03 UTC (rev 16698)
+++ csw/mgar/pkg/lang-java/idm-console-base/trunk/Makefile	2012-01-05 15:05:03 UTC (rev 16699)
@@ -16,17 +16,21 @@
 MASTER_SITES = http://port389.org/sources
 DISTFILES  = $(NAME)-$(VERSION).tar.bz2
 
-PACKAGES = CSWidmconsolebase
+PACKAGES = CSWidm-console-base
 # RUNTIME_DEP_PKGS = CSWldapjdk CSWjss4
 
 ARCHALL = 1
 
-CATALOGNAME_CSWidm-console-base = idm-console-base
+CATALOGNAME_CSWidm-console-base = idm_console_base
 
 LICENSE = LICENSE
 
 WORKSRC = $(WORKDIR)
+# EXTRAJARSPATH = /opt/csw/share/java
+EXTRAJARSPATH = /home/cgrzemba/java
 
+CHECKPKG_OVERRIDES_CSWidm-console-base += pkginfo-description-not-starting-with-uppercase|389|Directory|Server|-|Management|Console|Framework
+
 CONFIGURE_SCRIPTS =
 BUILD_SCRIPTS = custom
 TEST_SCRIPTS =
@@ -57,5 +61,5 @@
 build-custom:
 	@( cd $(WORKSRC)/$(DISTNAME); \
 	  pwd; \
-	  ant -Dbuilt.dir=`pwd`/built -Dldapjdk.local.location=/opt/csw/share/java -Djss.local.location=/opt/csw/share/java )
+	  ant -Dbuilt.dir=`pwd`/built -Dldapjdk.local.location=$(EXTRAJARSPATH) -Djss.local.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