2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
13 # Copyright 2019 Alexander Pyhalov
14 # Copyright 2023 Klaus Ziegler
15 # Copyright 2023 Gary Mills
18 include ..
/..
/..
/make-rules
/shared-macros.mk
20 COMPONENT_NAME
= desktop-cache
21 COMPONENT_VERSION
= 0.2.2
22 COMPONENT_REVISION
= 17
23 COMPONENT_SUMMARY
= desktop-cache is a set of SMF services used to update the various GNOME desktop caches.
24 COMPONENT_SRC
= desktop-cache-smf-services-
$(COMPONENT_VERSION
)
25 COMPONENT_ARCHIVE
= $(COMPONENT_SRC
).
tar.bz2
26 COMPONENT_ARCHIVE_HASH
= \
27 sha256
:9cf7328ffddbf86945bef630d8b8fdd61ffcfcac3972b9d0af8668642735de0d
28 COMPONENT_ARCHIVE_URL
= \
29 http
://dlc.openindiana.org
/oi
/jds
/downloads
/sources
/$(COMPONENT_ARCHIVE
)
30 COMPONENT_FMRI
= service
/gnome
/desktop-cache
31 COMPONENT_CLASSIFICATION
= System
/Services
32 COMPONENT_LICENSE
= CDDL
33 COMPONENT_LICENSE_FILE
= COPYING
35 include $(WS_MAKE_RULES
)/common.mk
37 CONFIGURE_OPTIONS
= --libdir=/lib
38 CONFIGURE_OPTIONS
+= --datadir=/usr
/share
39 CONFIGURE_OPTIONS
+= --sysconfdir
=/lib
41 CONFIGURE_ENV
+= PYTHON
=$(PYTHON
)
43 # Auto-generated dependencies
44 REQUIRED_PACKAGES
+= SUNWcs
45 REQUIRED_PACKAGES
+= shell/ksh93