X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=applications%2Fluci-app-aria2%2FMakefile;h=30089f8612e8a28e2acf80a31649e3584a82806a;hb=d5dff8f9a5ca85d197cbb6037f95053bc55941e5;hp=0179f04f4cdce6d5d6b3350397d9c92aebfd9338;hpb=7c5006db68b1f12bbc9f5b5e1905669069a2375d;p=project%2Fluci.git diff --git a/applications/luci-app-aria2/Makefile b/applications/luci-app-aria2/Makefile index 0179f04f4c..30089f8612 100644 --- a/applications/luci-app-aria2/Makefile +++ b/applications/luci-app-aria2/Makefile @@ -1,15 +1,18 @@ # -# Copyright (C) 2016 Openwrt.org +# Copyright (C) 2017-2019 Xingwang Liao # -# This is free software, licensed under the Apache License, Version 2.0 . +# This is free software, licensed under the MIT License. # include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI Support for Aria2 -LUCI_DEPENDS:=+aria2 +LUCI_DEPENDS:=+luci-compat +aria2 +luci-lib-ipkg +LUCI_PKGARCH:=all + +PKG_MAINTAINER:=Xingwang Liao +PKG_LICENSE:=MIT include ../../luci.mk # call BuildPackage - OpenWrt buildroot signature -