summaryrefslogtreecommitdiff
path: root/packages/net/dnsmasq/dnsmasq.mk
blob: f4c0761a06c2407666c47c6217237d9475ef5490 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
################################################################################
# Embtoolkit
# Copyright(C) 2012 Averell KINOUANI.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
#
################################################################################
#
# \file         dnsmasq.mk
# \brief	dnsmasq.mk of Embtoolkit
# \author       Averell KINOUANI <averell.kinouani@embtoolkit.org>
# \date         February 2015
################################################################################

DNSMASQ_NAME		:= dnsmasq
DNSMASQ_VERSION		:= $(call embtk_get_pkgversion,dnsmasq)
DNSMASQ_SITE		:= http://www.thekelleys.org.uk/dnsmasq/
DNSMASQ_PACKAGE		:= dnsmasq-$(DNSMASQ_VERSION).tar.xz
DNSMASQ_SRC_DIR		:= $(embtk_pkgb)/dnsmasq-$(DNSMASQ_VERSION)
DNSMASQ_BUILD_DIR	:= $(embtk_pkgb)/dnsmasq-$(DNSMASQ_VERSION)


__embtk_dnsmasq_cflags	:= $(TARGET_CFLAGS)

DNSMASQ_MAKE_ENV	:= LDFLAGS="-L$(embtk_sysroot)/lib -L$(embtk_sysroot)/usr/lib"
DNSMASQ_MAKE_ENV	+= CPPFLAGS="-I. -I./include -I$(embtk_sysroot)/usr/include"
DNSMASQ_MAKE_ENV	+= CFLAGS="$(__embtk_dnsmasq_cflags)"
DNSMASQ_MAKE_ENV	+= BUILDDIR=$(DNSMASQ_BUILD_DIR)
DNSMASQ_MAKE_ENV	+= PATH=$(PATH):$(embtk_tools)/bin

DNSMASQ_MAKE_OPTS      	:= CC=$(TARGETCC_CACHED)
DNSMASQ_MAKE_OPTS	+= PREFIX=/usr

define embtk_install_dnsmasq
	$(call embtk_makeinstall_pkg, dnsmasq)
endef

DNSMASQ_SBINS		:= dnsmasq