From 9106f421482312dd544bd35d23cb0b42f656d4c3 Mon Sep 17 00:00:00 2001 From: Aurelien Larcher Date: Wed, 27 Apr 2016 04:03:24 +0200 Subject: [PATCH] Add x11-window-dump meta-package --- components/meta-packages/x11-window-dump/Makefile | 36 ++++++++++++++++++++++ .../x11-window-dump/x11-window-dump.p5m | 24 +++++++++++++++ 2 files changed, 60 insertions(+) create mode 100644 components/meta-packages/x11-window-dump/Makefile create mode 100644 components/meta-packages/x11-window-dump/x11-window-dump.p5m diff --git a/components/meta-packages/x11-window-dump/Makefile b/components/meta-packages/x11-window-dump/Makefile new file mode 100644 index 000000000..3e769653e --- /dev/null +++ b/components/meta-packages/x11-window-dump/Makefile @@ -0,0 +1,36 @@ +# +# This file and its contents are supplied under the terms of the +# Common Development and Distribution License ("CDDL)". You may +# only use this file in accordance with the terms of the CDDL. +# +# A full copy of the text of the CDDL should have accompanied this +# source. A copy of the CDDL is also available via the Internet at +# http://www.illumos.org/license/CDDL. +# + +# +# Copyright 2015 Aurelien Larcher +# + +include ../../../make-rules/shared-macros.mk + +COMPONENT_NAME= x11-window-dump +COMPONENT_VERSION= 7.5 +COMPONENT_FMRI= x11/x11-window-dump +COMPONENT_CLASSIFICATION= Meta Packages/Group Packages +COMPONENT_SUMMARY= X11 Window Dump (screenshot) utilities + +include ../../../make-rules/ips.mk + +download: + +prep: + +build: + +install: + [ -d $(PROTO_DIR) ] || mkdir -p $(PROTO_DIR) + +clean: + $(RM) -r $(BUILD_DIR) $(PROTO_DIR) + diff --git a/components/meta-packages/x11-window-dump/x11-window-dump.p5m b/components/meta-packages/x11-window-dump/x11-window-dump.p5m new file mode 100644 index 000000000..89a6f1d02 --- /dev/null +++ b/components/meta-packages/x11-window-dump/x11-window-dump.p5m @@ -0,0 +1,24 @@ +# +# This file and its contents are supplied under the terms of the +# Common Development and Distribution License ("CDDL"), version 1.0. +# You may only use this file in accordance with the terms of version +# 1.0 of the CDDL. +# +# A full copy of the text of the CDDL should have accompanied this +# source. A copy of the CDDL is also available via the Internet at +# http://www.illumos.org/license/CDDL. +# + +# +# Copyright 2015 Aurelien Larcher +# + +set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) +set name=pkg.summary value="$(COMPONENT_SUMMARY)" +set name=description value="$(COMPONENT_SUMMARY)" +set name=info.classification value="$(COMPONENT_CLASSIFICATION)" +set name=org.opensolaris.consolidation value=$(CONSOLIDATION) + +depend type=require fmri=pkg:/x11/xpr +depend type=require fmri=pkg:/x11/xwd +depend type=require fmri=pkg:/x11/xwud -- 2.11.4.GIT