X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=tools%2Fupslug2%2FMakefile;fp=tools%2Fupslug2%2FMakefile;h=6a73853f3c29f60682c216f18908499d0d970ad5;hb=3fcaccd9b37b6ed2e2fedf3d0ebbc88d9a072100;hp=0000000000000000000000000000000000000000;hpb=2820f3cbd3a9d5c08e02e251fe8c5a7a77fd7ab8;p=lede-git%2F.git diff --git a/tools/upslug2/Makefile b/tools/upslug2/Makefile new file mode 100644 index 0000000000..6a73853f3c --- /dev/null +++ b/tools/upslug2/Makefile @@ -0,0 +1,35 @@ +# +# Copyright (C) 2009 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# +include $(TOPDIR)/rules.mk + +PKG_NAME:=upslug2 +PKG_VERSION:=20071227 + +PKG_SOURCE_URL:=http://svn.nslu2-linux.org/svnroot/upslug2/trunk +PKG_SOURCE_PROTO:=svn +PKG_SOURCE_SUBDIR:=upslug2-$(PKG_VERSION) +PKG_SOURCE_VERSION:=41 +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 + +include $(INCLUDE_DIR)/host-build.mk + +unexport CFLAGS + +define Host/Configure + (cd $(HOST_BUILD_DIR); \ + aclocal && autoconf && \ + autoheader && \ + automake --add-missing; \ + ) + $(Host/Configure/Default) +endef + +ifneq ($(HOST_OS),Linux) + HOST_CONFIGURE_ARGS += --with-libpcap +endif + +$(eval $(call HostBuild))