[csw-devel] SF.net SVN: gar:[16703] csw/mgar/pkg/lang-java/389-console/trunk/Makefile
cgrzemba at users.sourceforge.net
cgrzemba at users.sourceforge.net
Thu Jan 5 16:47:18 CET 2012
Revision: 16703
http://gar.svn.sourceforge.net/gar/?rev=16703&view=rev
Author: cgrzemba
Date: 2012-01-05 15:47:18 +0000 (Thu, 05 Jan 2012)
Log Message:
-----------
lang-java/389-console/trunk: fixing buold recipe
Modified Paths:
--------------
csw/mgar/pkg/lang-java/389-console/trunk/Makefile
Modified: csw/mgar/pkg/lang-java/389-console/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-java/389-console/trunk/Makefile 2012-01-05 15:28:55 UTC (rev 16702)
+++ csw/mgar/pkg/lang-java/389-console/trunk/Makefile 2012-01-05 15:47:18 UTC (rev 16703)
@@ -14,25 +14,37 @@
Administration Server and 389 Directory Server.
endef
-MASTER_SITES = http://port389/source
+MASTER_SITES = http://port389.org/source
DISTFILES = $(NAME)-$(VERSION).tar.bz2
-PACKAGES = CSW389console
-RUNTIME_DEP_PKGS = CSWidm-console-base CSWldapjdk CSWjss4
+PACKAGES = CSW389-console
+# RUNTIME_DEP_PKGS = CSWidm-console-base CSWldapjdk CSWjss4
+DEP_PKGS = CSWidm-console-base CSWldapjdk CSWjss4
ARCHALL = 1
+PACKAGING_PLATFORMS = solaris10-sparc
-CATALOGNAME_CSW389console = 389-console
+CATALOGNAME_CSW389-console = 389_console
LICENSE = LICENSE
WORKSRC = $(WORKDIR)
+EXTRAJARSPATH = /opt/csw/share/java
+# EXTRAJARSPATH = /home/cgrzemba/java
CONFIGURE_SCRIPTS =
BUILD_SCRIPTS = custom
TEST_SCRIPTS =
INSTALL_SCRIPTS = custom
+CHECKPKG_OVERRIDES_CSW389-console += unidentified-dependency|CSWidm-console-base
+CHECKPKG_OVERRIDES_CSW389-console += surplus-dependency|CSWidm-console-base
+CHECKPKG_OVERRIDES_CSW389-console += surplus-dependency|CSWldapjdk
+CHECKPKG_OVERRIDES_CSW389-console += surplus-dependency|CSWjss4
+# CHECKPKG_OVERRIDES_CSW389-console += pkginfo-opencsw-repository-uncommitted
+CHECKPKG_OVERRIDES_CSW389-console += pkginfo-description-not-starting-with-uppercase|389|Directory|Server|-|Management|Console|Client
+
+
include gar/category.mk
install-custom:
@@ -48,5 +60,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 -Dconsole.local.location=/opt/csw/share/java )
+ ant -Dbuilt.dir=`pwd`/built -Dldapjdk.local.location=$(EXTRAJARSPATH) -Djss.local.location=$(EXTRAJARSPATH) -Dconsole.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