diff options
author | danrl <mail@danrl.com> | 2017-02-17 10:55:29 +0100 |
---|---|---|
committer | danrl <mail@danrl.com> | 2017-02-17 10:55:29 +0100 |
commit | 6b2b1973279447eafd3a2d1104dc73e46a1d7624 (patch) | |
tree | d2a59fe33c8dd796212c3816badf003a03489d26 /net/cshark | |
parent | 9c176d0b353b0aa1ea14f2084daf72fed0ad127a (diff) |
net/cshark: remove luci-app-cshark
Moved over to the LuCI repository.
Signed-off-by: Dan Luedtke <mail@danrl.com>
Diffstat (limited to 'net/cshark')
-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)) |