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 2016 Alexander Pyhalov
14 # Copyright 2017 Andreas Wacknitz
17 include ..
/..
/..
/make-rules
/shared-macros.mk
19 COMPONENT_NAME
= dnscrypt-proxy
20 COMPONENT_VERSION
= 1.9.5
22 COMPONENT_SUMMARY
= DNSCrypt client
23 COMPONENT_SRC
= $(COMPONENT_NAME
)-$(COMPONENT_VERSION
)
24 COMPONENT_ARCHIVE
= $(COMPONENT_SRC
).
tar.bz2
25 COMPONENT_ARCHIVE_HASH
= sha256
:e89f5b9039979ab392302faf369ef7593155d5ea21580402a75bbc46329d1bb6
26 COMPONENT_ARCHIVE_URL
= https
://github.com
/jedisct1
/dnscrypt-proxy
/releases
/download
/$(COMPONENT_VERSION
)/$(COMPONENT_ARCHIVE
)
27 COMPONENT_PROJECT_URL
= https
://dnscrypt.org
/
28 COMPONENT_FMRI
= service
/network
/dns
/dnscrypt-proxy
29 COMPONENT_LICENSE
= ISC
30 COMPONENT_LICENSE_FILE
= COPYING
31 COMPONENT_CLASSIFICATION
= System
/Services
33 include $(WS_TOP
)/make-rules
/common.mk
35 # Missing files in build dir without this.
36 COMPONENT_PRE_CONFIGURE_ACTION
= ( $(CLONEY
) $(SOURCE_DIR
) $(@D
) )
38 CONFIGURE_OPTIONS
+= --sysconfdir
=/etc
39 CONFIGURE_BINDIR
.64=$(CONFIGURE_PREFIX
)/bin
40 CONFIGURE_SBINDIR
.64=$(CONFIGURE_PREFIX
)/sbin
42 # Auto-generated dependencies
43 REQUIRED_PACKAGES
+= SUNWcs
44 REQUIRED_PACKAGES
+= library
/libtool
/libltdl
45 REQUIRED_PACKAGES
+= library
/security
/libsodium
46 REQUIRED_PACKAGES
+= system
/library