mirror of
https://github.com/roacn/openwrt-packages.git
synced 2025-01-07 03:16:45 +08:00
18 lines
401 B
Makefile
18 lines
401 B
Makefile
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_NAME:=luci-app-aliyundrive-webdav
|
|
PKG_VERSION:=2.3.3
|
|
PKG_RELEASE:=1
|
|
PKG_PO_VERSION:=$(PKG_VERSION)-$(PKG_RELEASE)
|
|
|
|
PKG_LICENSE:=MIT
|
|
PKG_MAINTAINER:=messense <messense@icloud.com>
|
|
|
|
LUCI_TITLE:=LuCI Support for aliyundrive-webdav
|
|
LUCI_PKGARCH:=all
|
|
LUCI_DEPENDS:=+aliyundrive-webdav
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|