Marcel Telka
2024-04-08 5d8bcb58722b250c296fc0324f9d06470fb3d7d0
commit | author | age
efc8f2 1 #
NP 2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL)". You may
4 # only use this file in accordance with the terms of the CDDL.
5 #
6 # A full copy of the text of the CDDL should have accompanied this
7 # source. A copy of the CDDL is also available via the Internet at
8 # http://www.illumos.org/license/CDDL.
9 #
10
11 #
12 # Copyright 2023 Niklas Poslovski
13 #
14
ed043d 15 USE_DEFAULT_TEST_TRANSFORMS= yes
efc8f2 16 include ../../../make-rules/shared-macros.mk
NP 17
18 COMPONENT_NAME=         dbus-test-runner
19 COMPONENT_VERSION=      19.0.4.0
20 HUMAN_VERSION=          19.04.0
ed043d 21 COMPONENT_REVISION=        2
efc8f2 22 COMPONENT_SUMMARY=      A small little utility to run a couple of executables under a new DBus session for testing
e4d023 23 COMPONENT_PROJECT_URL=  https://launchpad.net/dbus-test-runner
efc8f2 24 COMPONENT_SRC=          $(COMPONENT_NAME)-$(HUMAN_VERSION)
NP 25 COMPONENT_ARCHIVE=      $(COMPONENT_SRC).tar.gz
e4d023 26 COMPONENT_ARCHIVE_HASH= sha256:645a32fbd909baf2c01438f0cbda29dc9cd01a7aba5504c45610d88e8a57cb76
efc8f2 27 COMPONENT_ARCHIVE_URL=  https://launchpad.net/$(COMPONENT_NAME)/19.04/$(HUMAN_VERSION)/+download/$(COMPONENT_ARCHIVE)
e4d023 28 COMPONENT_FMRI=         developer/dbus-test-runner
efc8f2 29 COMPONENT_CLASSIFICATION=       Development/Distribution Tools
NP 30 COMPONENT_LICENSE=      GPLv3
31
32 PATH= $(PATH.gnu)
33
34 include $(WS_MAKE_RULES)/common.mk
35
36 CONFIGURE_OPTIONS += --enable-static=no
37
38 unexport SHELLOPTS
39
40 # Auto-generated dependencies
41 REQUIRED_PACKAGES += library/glib2
42 REQUIRED_PACKAGES += system/library