Adam Stevko
2013-11-07 a14fd08b469841dcaa0c695298e555b2b53dcafe
commit | author | age
a2750a 1 #
AS 2 # This file and its contents are supplied under the terms of the
a14fd0 3 # Common Development and Distribution License ("CDDL"). You may
a2750a 4 # only use this file in accordance with the terms of the CDDL.
AS 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 # Copyright (c) 2013, Adam Stevko <adam.stevko@gmail.com> 
12
13 include ../../make-rules/shared-macros.mk
14
15 COMPONENT_NAME=        ldns
16 COMPONENT_VERSION=    1.6.16
17 COMPONENT_SRC=        $(COMPONENT_NAME)-$(COMPONENT_VERSION)
18 COMPONENT_ARCHIVE=    $(COMPONENT_SRC).tar.gz
19 COMPONENT_ARCHIVE_HASH=    sha256:24b2f9cb05797170f2021ef0e0372d4b5225ee4199f0568a15589b5c524df695
20 COMPONENT_PROJECT_URL=    http://www.nlnetlabs.nl/projects/ldns/    
21 COMPONENT_ARCHIVE_URL=    http://www.nlnetlabs.nl/downloads/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)    
22
23 include ../../make-rules/prep.mk
24 include ../../make-rules/configure.mk
25 include ../../make-rules/ips.mk
26
27 CONFIGURE_OPTIONS +=    --with-examples
28 CONFIGURE_OPTIONS +=    --with-drill
29 CONFIGURE_OPTIONS +=    --disable-static    
30 CONFIGURE_OPTIONS +=    --disable-gost    
31 CONFIGURE_OPTIONS +=    --disable-ecdsa
32
33 build:          $(BUILD_32)
34
35 install:        $(INSTALL_32)
36
37 test:           $(TESTS_32)