From 51e163b84e7e71145c0581d2b68d6d21d7e0466c Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Thu, 6 Jun 2019 22:15:49 -0700 Subject: [PATCH] yaaw: Remove This has had no updates since 2007. There are also many other aria2 web interfaces here. Signed-off-by: Rosen Penev --- net/yaaw/Makefile | 51 ----------------------------------------------- 1 file changed, 51 deletions(-) delete mode 100644 net/yaaw/Makefile diff --git a/net/yaaw/Makefile b/net/yaaw/Makefile deleted file mode 100644 index c0016f239..000000000 --- a/net/yaaw/Makefile +++ /dev/null @@ -1,51 +0,0 @@ -# -# Copyright (C) 2016-2017 OpenWrt.org -# -# This is free software, licensed under the GNU General Public License v2. -# See /LICENSE for more information. -# - -include $(TOPDIR)/rules.mk - -PKG_NAME:=yaaw -PKG_VERSION:=2017-04-12 -PKG_RELEASE:=1 - -PKG_SOURCE_PROTO:=git -PKG_SOURCE_URL:=https://github.com/binux/yaaw.git -PKG_MIRROR_HASH:=02c79d4233384df7b82e18740f96803da03260785a710be587b4c1554e900326 -PKG_SOURCE_VERSION:=d3a8346c5b9c2c1875dc79e1db2533b584fc8def - -PKG_LICENSE:=LGPL-3.0 -PKG_MAINTAINER:=Hsing-Wang Liao - -include $(INCLUDE_DIR)/package.mk - -define Package/yaaw - SECTION:=net - CATEGORY:=Network - SUBMENU:=Download Manager - DEPENDS:= - TITLE:=Yet another aria2 web frontend - URL:=https://github.com/binux/yaaw - PKGARCH:=all -endef - -define Package/yaaw/description - Yet Another Aria2 Web Frontend in pure HTML/CSS/Javascirpt. -endef - -define Build/Compile -endef - -define Package/yaaw/install - $(INSTALL_DIR) $(1)/www/yaaw - $(CP) \ - $(PKG_BUILD_DIR)/{css,img,js} \ - $(1)/www/yaaw - $(CP) \ - $(PKG_BUILD_DIR)/{index.html,offline.appcache} \ - $(1)/www/yaaw -endef - -$(eval $(call BuildPackage,yaaw))