From 07220ad661d601e8ddedc10a1bca9c01f8dbda04 Mon Sep 17 00:00:00 2001 From: cyrus Date: Wed, 1 Oct 2014 18:12:55 +0000 Subject: [PATCH] lispmob: moved to github git-svn-id: svn://svn.openwrt.org/openwrt/packages@42714 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/lispmob/Makefile | 56 ---------------------------------------------------- 1 file changed, 56 deletions(-) delete mode 100644 net/lispmob/Makefile diff --git a/net/lispmob/Makefile b/net/lispmob/Makefile deleted file mode 100644 index ecc82d358..000000000 --- a/net/lispmob/Makefile +++ /dev/null @@ -1,56 +0,0 @@ -# -# Copyright (C) 2012-2013 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:=lispmob -PKG_REV:=79d14028286c3f3a84283c461c85916a10dff4cb -PKG_VERSION:=0.3 -PKG_RELEASE:=1 - -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_SOURCE_URL:=git://github.com/LISPmob/lispmob.git -PKG_SOURCE_PROTO:=git -PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=$(PKG_REV) - -PKG_LICENSE:=GPLv2 -PKG_LICENSE_FILES:=LICENSE - -include $(INCLUDE_DIR)/package.mk - -define Package/lispd/default - MAINTAINER:=Vasileios Lakafosis - URL:=http://lisp.cisco.com/ -endef - -define Package/lispd - SECTION:=net - CATEGORY:=Network - TITLE:=Locator/ID separation protocol (using TUN) - URL:=https://github.com/LISPmob - DEPENDS:= +librt +libopenssl +confuse +kmod-tun +uci +kmod-ipv6 - $(call Package/lispd/default) -endef - -define Package/lispd/description - This packet provides support for the Locator-ID Seperation Protocol. -endef - -MAKE_FLAGS += \ - platform=openwrt - -define Package/lispd/install - $(INSTALL_DIR) $(1)/usr/sbin - $(INSTALL_BIN) $(PKG_BUILD_DIR)/lispd/lispd $(1)/usr/sbin/ - $(INSTALL_DIR) $(1)/etc/config - $(INSTALL_CONF) $(PKG_BUILD_DIR)/openWRT/lispd.uci.example $(1)/etc/config/lispd - $(INSTALL_DIR) $(1)/etc/init.d - $(INSTALL_BIN) $(PKG_BUILD_DIR)/openWRT/openwrt.init.script $(1)/etc/init.d/lisp -endef - -$(eval $(call BuildPackage,lispd)) -- 2.11.0