From 733096af0743a81756e9d6f54e9e541fe7e61f3f Mon Sep 17 00:00:00 2001 From: Averell Kinouani Date: Sun, 26 Jul 2015 18:41:27 +0200 Subject: install new packages in network category: - dnsmasq - odhcp6c - radvd --- packages/net/dnsmasq/dnsmasq.mk | 50 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 packages/net/dnsmasq/dnsmasq.mk (limited to 'packages/net/dnsmasq/dnsmasq.mk') diff --git a/packages/net/dnsmasq/dnsmasq.mk b/packages/net/dnsmasq/dnsmasq.mk new file mode 100644 index 0000000..e27bad6 --- /dev/null +++ b/packages/net/dnsmasq/dnsmasq.mk @@ -0,0 +1,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 . +# +################################################################################ +# +# \file dnsmasq.mk +# \brief dnsmasq.mk of Embtoolkit +# \author Averell KINOUANI +# \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 + -- cgit v1.2.3