Skip to content

Commit

Permalink
pandownload-fs-openwrt: sync upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
Beginner-Go authored Jun 1, 2022
1 parent 9f9aa28 commit 897cbb5
Showing 1 changed file with 11 additions and 13 deletions.
24 changes: 11 additions & 13 deletions pandownload-fs-openwrt/Makefile
Original file line number Diff line number Diff line change
@@ -1,40 +1,38 @@

#
# Copyright (C) 2016-2017 GitHub
# Copyright (C) 2021 ImmortalWrt
# <https://immortalwrt.org>
#
# This is free software, licensed under the GNU General Public License v3.
# See /LICENSE for more information.
#

include $(TOPDIR)/rules.mk

PKG_NAME:=pandownload-fake-server
PKG_VERSION:=1
PKG_RELEASE:=1
PKG_LICENSE:=GPLv3
PKG_LICENSE_FILES:=LICENSE

PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
PKG_RELEASE:=2

include $(INCLUDE_DIR)/package.mk

define Package/pandownload-fake-server
SECTION:=luci
CATEGORY:=LuCI
SECTION:=net
CATEGORY:=Network
SUBMENU:=Download Manager
TITLE:=pandownload-fake-server
PKGARCH:=all
endef

define Package/pandownload-fake-server/description
pandownload-fake-server Support Packages.
endef

define Build/Configure
Fake server for Pandownload.
endef

define Build/Compile
true
endef

define Package/pandownload-fake-server/install
$(INSTALL_DIR) $(1)//www
$(INSTALL_DIR) $(1)/www
$(CP) ./files/* $(1)/www/
endef

Expand Down

0 comments on commit 897cbb5

Please sign in to comment.