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 2014 Alexander Pyhalov. All rights reserved.
14 # Copyright 2022 Niklas Poslovski
18 include ..
/..
/..
/make-rules
/shared-macros.mk
21 COMPONENT_VERSION
= 2.6.23
23 COMPONENT_SUMMARY
= Libraries and binaries to parse and index mail messages
24 COMPONENT_SRC
= $(COMPONENT_NAME
)-$(COMPONENT_VERSION
)
25 COMPONENT_ARCHIVE
= $(COMPONENT_SRC
).
tar.xz
26 COMPONENT_ARCHIVE_HASH
= sha256
:7149686a71ca42a1390869b6074815106b061aaeaaa8f2ef8c12c191d9a79f6a
27 COMPONENT_ARCHIVE_URL
= https
://download.gnome.org
/sources
/$(COMPONENT_NAME
)/2.6/$(COMPONENT_ARCHIVE
)
28 COMPONENT_PROJECT_URL
= https
://www.gnome.org
29 COMPONENT_FMRI
= library
/gmime
30 COMPONENT_CLASSIFICATION
=
31 COMPONENT_LICENSE
= LGPLv2.1
32 COMPONENT_LICENSE_FILE
= gmime.license
34 include $(WS_MAKE_RULES
)/common.mk
38 CONFIGURE_OPTIONS
.32 += --libexecdir
=/usr
/lib
39 CONFIGURE_OPTIONS
.64 += --libexecdir
=/usr
/lib
/$(MACH64
)
40 CONFIGURE_OPTIONS
+= --sysconfdir
=/etc
42 COMPONENT_PREP_ACTION
+= \
43 cd
$(@D
); autoreconf
--install --force
45 # Auto-generated dependencies
46 REQUIRED_PACKAGES
+= library
/glib2
47 REQUIRED_PACKAGES
+= library
/security
/gpgme
48 REQUIRED_PACKAGES
+= library
/zlib
49 REQUIRED_PACKAGES
+= system
/library