From f50602217a6c2bf1d0c0abdfc81a3b382fba3752 Mon Sep 17 00:00:00 2001 From: CN_SZTL Date: Fri, 7 Feb 2020 02:13:08 +0800 Subject: [PATCH] rblibtorrent: rename to libtorrent-rasterbar --- .../{rblibtorrent => libtorrent-rasterbar}/Makefile | 10 +++++----- package/lean/qBittorrent-Enhanced-Edition/Makefile | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) rename package/lean/{rblibtorrent => libtorrent-rasterbar}/Makefile (90%) diff --git a/package/lean/rblibtorrent/Makefile b/package/lean/libtorrent-rasterbar/Makefile similarity index 90% rename from package/lean/rblibtorrent/Makefile rename to package/lean/libtorrent-rasterbar/Makefile index 4911783225..5b6ac668f9 100644 --- a/package/lean/rblibtorrent/Makefile +++ b/package/lean/libtorrent-rasterbar/Makefile @@ -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 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)) diff --git a/package/lean/qBittorrent-Enhanced-Edition/Makefile b/package/lean/qBittorrent-Enhanced-Edition/Makefile index 6a16184d18..545ef01457 100644 --- a/package/lean/qBittorrent-Enhanced-Edition/Makefile +++ b/package/lean/qBittorrent-Enhanced-Edition/Makefile @@ -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