Root/tools/upslug2/Makefile

1#
2# Copyright (C) 2009-2012 OpenWrt.org
3#
4# This is free software, licensed under the GNU General Public License v2.
5# See /LICENSE for more information.
6#
7include $(TOPDIR)/rules.mk
8
9PKG_NAME:=upslug2
10PKG_VERSION:=20071227
11
12PKG_SOURCE_URL:=http://svn.nslu2-linux.org/svnroot/upslug2/trunk
13PKG_SOURCE_PROTO:=svn
14PKG_SOURCE_SUBDIR:=upslug2-$(PKG_VERSION)
15PKG_SOURCE_VERSION:=41
16PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
17
18include $(INCLUDE_DIR)/host-build.mk
19
20unexport CFLAGS
21HOST_LDFLAGS += $(HOST_STATIC_LINKING)
22
23define Host/Configure
24    (cd $(HOST_BUILD_DIR); \
25        aclocal && autoconf && \
26        autoheader && \
27        automake --add-missing; \
28    )
29    $(Host/Configure/Default)
30endef
31
32ifneq ($(HOST_OS),Linux)
33    HOST_CONFIGURE_ARGS += --with-libpcap
34endif
35
36$(eval $(call HostBuild))
37

Archive Download this file



interactive