subconverter: move to utils

This commit is contained in:
CN_SZTL 2020-02-21 01:35:59 +08:00
parent 69d43ad135
commit ce4d8fbe06
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