rblibtorrent: rename to libtorrent-rasterbar

This commit is contained in:
CN_SZTL 2020-02-07 02:13:08 +08:00
parent cebc9df390
commit f50602217a
No known key found for this signature in database
GPG Key ID: 6850B6345C862176
2 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=rblibtorrent
PKG_NAME:=libtorrent-rasterbar
PKG_VERSION:=1.2.3
PKG_RELEASE=2
@ -19,7 +19,7 @@ PKG_INSTALL:=1
include $(INCLUDE_DIR)/package.mk
define Package/rblibtorrent
define Package/libtorrent-rasterbar
SECTION:=libs
CATEGORY:=Libraries
TITLE:=Rasterbar BitTorrent library
@ -28,7 +28,7 @@ define Package/rblibtorrent
MAINTAINER:=Arvid Norberg <arvid@libtorrent.org>
endef
define Package/rblibtorrent/description
define Package/libtorrent-rasterbar/description
Rasterbar libtorrent is a C++ library that aims to be a good alternative to
all the other bittorrent implementations around. It is a library and not a
full featured client, although it comes with a working example client.
@ -66,9 +66,9 @@ define Build/InstallDev
$(CP) $(PKG_INSTALL_DIR)/usr/lib/pkgconfig/libtorrent-rasterbar.pc $(1)/usr/lib/pkgconfig/
endef
define Package/rblibtorrent/install
define Package/libtorrent-rasterbar/install
$(INSTALL_DIR) $(1)/usr/lib
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libtorrent-rasterbar.so.* $(1)/usr/lib/
endef
$(eval $(call BuildPackage,rblibtorrent))
$(eval $(call BuildPackage,libtorrent-rasterbar))

View File

@ -25,7 +25,7 @@ define Package/$(PKG_NAME)
CATEGORY:=Network
TITLE:=bittorrent client programmed in C++ / Qt
URL:=https://github.com/c0re100/qBittorrent-Enhanced-Edition
DEPENDS:=+qt5-core +qt5-network +qt5-xml +rblibtorrent +python3
DEPENDS:=+qt5-core +qt5-network +qt5-xml +libtorrent-rasterbar +python3
endef
define Package/$(PKG_NAME)/description