ips.mk revision 4
919N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
919N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
98N/A# To use these rules, include ../make-rules/ips.mk in your Makefile
1374N/APKGSEND = /usr/bin/pkgsend
1374N/APKGMOGRIFY = /usr/bin/pkgmogrify
1374N/APKGDEPEND = /usr/bin/pkgdepend
235N/APKGMOGRIFY_TRANSFORMS += $(WS_TOP)/transforms/defaults
493N/APKGMOGRIFY_TRANSFORMS += $(WS_TOP)/transforms/actuators
98N/APKGMOGRIFY_TRANSFORMS += $(WS_TOP)/transforms/devel
916N/APKGMOGRIFY_TRANSFORMS += $(WS_TOP)/transforms/docs
970N/A$(COMPONENT_SRC)/manifest.mog: $(COMPONENT_SRC)/manifest
970N/A echo "set name=pkg.fmri value=pkg:/$(PUBLISHER)/$(COMPONENT_NAME)@$(COMPONENT_VERSION),$(BUILD_VERSION)" >$@
970N/A echo "set name=pkg.description value=\"$(COMPONENT_DESCRIPTION)\"" >>$@
970N/A echo "set name=org.opensolaris.consolidation value=$(CONSOLIDATION)" >>$@
970N/A$(COMPONENT_SRC)/.published: $(COMPONENT_SRC)/manifest.fdeps.res