subconverter: move to utils

This commit is contained in:
CN_SZTL 2020-02-21 00:02:28 +08:00
parent bc67f1ed0c
commit 623a9b9991
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -32,11 +32,11 @@ PKG_BUILD_DEPENDS:=jpcre2 rapidjson
include $(INCLUDE_DIR)/package.mk
define Package/$(PKG_NAME)
SECTION:=net
CATEGORY:=Network
TITLE:=Utility to convert between various subscription format.
URL:=https://github.com/tindy2013/subconverter
DEPENDS:=+libpthread +libstdcpp +libevent2 +libyaml-cpp +libpcre2 +libcurl +libopenssl +zlib
SECTION:=utils
CATEGORY:=Utilities
TITLE:=Utility to convert between various subscription format.
URL:=https://github.com/tindy2013/subconverter
DEPENDS:=+libpthread +libstdcpp +libevent2 +libyaml-cpp +libpcre2 +libcurl +libopenssl +zlib
endef
define Package/$(PKG_NAME)/description