From 6364b8a104c3cad372610721291af408dde3fb74 Mon Sep 17 00:00:00 2001 From: Richard Yu Date: Tue, 30 Apr 2019 02:28:16 +0800 Subject: [PATCH] transmission-web-control: add new package Signed-off-by: Richard Yu --- net/transmission-web-control/Makefile | 41 +++++++++++++++++++ .../patches/001-remove-ui-original-link.patch | 22 ++++++++++ 2 files changed, 63 insertions(+) create mode 100644 net/transmission-web-control/Makefile create mode 100644 net/transmission-web-control/patches/001-remove-ui-original-link.patch diff --git a/net/transmission-web-control/Makefile b/net/transmission-web-control/Makefile new file mode 100644 index 0000000000..7547dbde20 --- /dev/null +++ b/net/transmission-web-control/Makefile @@ -0,0 +1,41 @@ +include $(TOPDIR)/rules.mk + +PKG_NAME:=transmission-web-control +PKG_RELEASE:=1 + +PKG_SOURCE_PROTO:=git +PKG_SOURCE_URL:=https://github.com/ronggang/transmission-web-control +PKG_SOURCE_DATE:=2019-04-16 +PKG_SOURCE_VERSION:=a747a87babb246b0d3e6dd108ad7b4c19462cfe6 +PKG_MIRROR_HASH:=90a2e33bd799a13504881e26980823fa181b47918900fc4ef03ae3daf0625f14 + +PKG_LICENSE:=MIT +PKG_LICENSE_FILES:=LICENSE +PKG_MAINTAINER:=Richard Yu + +include $(INCLUDE_DIR)/package.mk + +define Package/transmission-web-control + SECTION:=net + CATEGORY:=Network + SUBMENU:=BitTorrent + DEPENDS:=@(PACKAGE_transmission-daemon-openssl||PACKAGE_transmission-daemon-mbedtls) + CONFLICTS:=transmission-web + TITLE:=Transmission Web Control + URL:=https://github.com/ronggang/transmission-web-control + PKGARCH:=all +endef + +define Package/transmission-web-control/description + Transmission Web Control is a custom Web UI for Transmission. +endef + +define Build/Compile +endef + +define Package/transmission-web-control/install + $(INSTALL_DIR) $(1)/usr/share/transmission/web + $(CP) $(PKG_BUILD_DIR)/src/* $(1)/usr/share/transmission/web +endef + +$(eval $(call BuildPackage,transmission-web-control)) diff --git a/net/transmission-web-control/patches/001-remove-ui-original-link.patch b/net/transmission-web-control/patches/001-remove-ui-original-link.patch new file mode 100644 index 0000000000..171d9bf6e1 --- /dev/null +++ b/net/transmission-web-control/patches/001-remove-ui-original-link.patch @@ -0,0 +1,22 @@ +--- a/src/index.html ++++ b/src/index.html +@@ -61,9 +61,6 @@ + + + | +- +- +- | + + + +--- a/src/index.mobile.html ++++ b/src/index.mobile.html +@@ -69,7 +69,6 @@ +
    +
  • UI
  • +
  • +-
  • +
+
    +