diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2017-03-15 16:11:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-15 16:11:38 +0200 |
commit | 9ea169eb1c39d25dcfe17c29cef1601170400a06 (patch) | |
tree | 9242977c07f14000716031b2d6bd2583cf128256 /net | |
parent | b5118019c2ca7a7a3bdce15fdf3b423a7dc528df (diff) | |
parent | 6b2b1973279447eafd3a2d1104dc73e46a1d7624 (diff) |
Merge pull request #4023 from danrl/cshark
net/cshark: remove luci-app-cshark
Diffstat (limited to 'net')
-rw-r--r-- | net/cshark/Makefile | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/net/cshark/Makefile b/net/cshark/Makefile index 4ed43fc9b..420372c2c 100644 --- a/net/cshark/Makefile +++ b/net/cshark/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=cshark PKG_VERSION=2015-11-24-$(PKG_SOURCE_VERSION) -PKG_RELEASE=2 +PKG_RELEASE=3 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/cloudshark/cshark.git @@ -32,15 +32,6 @@ define Package/cshark MAINTAINER:=Luka Perkov <luka@openwrt.org> endef -define Package/luci-app-cshark - SECTION:=luci - CATEGORY:=LuCI - SUBMENU:=3. Applications - TITLE:=Cloudshark capture tool Web UI - DEPENDS:=+cshark +luci - MAINTAINER:=Luka Perkov <luka@openwrt.org> -endef - CMAKE_OPTIONS = \ -DCMAKE_INSTALL_PREFIX=/usr \ -DWITH_DEBUG=OFF \ @@ -66,10 +57,5 @@ define Package/cshark/install $(1)/etc/ssl/certs/ endef -define Package/luci-app-cshark/install - $(INSTALL_DIR) $(1)/usr/lib/lua/luci - $(CP) -R $(PKG_BUILD_DIR)/openwrt/luci/luasrc/* $(1)/usr/lib/lua/luci/ -endef $(eval $(call BuildPackage,cshark)) -$(eval $(call BuildPackage,luci-app-cshark)) |