X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=applications%2Fluci-app-aria2%2FMakefile;h=30089f8612e8a28e2acf80a31649e3584a82806a;hb=6a876eb30dcb90d5c2524920e1955b3d4ddf9331;hp=8035ea3a50ae131badcbc74b8e1e754ce5c5dbff;hpb=aee720f11f0c09b3a67a70c6a863bac9c15fe1dc;p=oweals%2Fluci.git diff --git a/applications/luci-app-aria2/Makefile b/applications/luci-app-aria2/Makefile index 8035ea3a5..30089f861 100644 --- a/applications/luci-app-aria2/Makefile +++ b/applications/luci-app-aria2/Makefile @@ -1,39 +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 -PKG_NAME:=luci-app-aria2 - -# Version == major.minor.patch -# increase "minor" on new functionality and "patch" on patches/optimization -PKG_VERSION:=1.0.1 - -# Release == build -# increase on changes of translation files -PKG_RELEASE:=4 - -PKG_LICENSE:=Apache-2.0 -PKG_MAINTAINER:=Hsing-Wang Liao - -# LuCI specific settings LUCI_TITLE:=LuCI Support for Aria2 -LUCI_DEPENDS:=+luci-lib-ipkg +aria2 +LUCI_DEPENDS:=+luci-compat +aria2 +luci-lib-ipkg LUCI_PKGARCH:=all -define Package/$(PKG_NAME)/config -# shown in make menuconfig -help - $(LUCI_TITLE) - . - Version: $(PKG_VERSION)-$(PKG_RELEASE) - $(PKG_MAINTAINER) -endef +PKG_MAINTAINER:=Xingwang Liao +PKG_LICENSE:=MIT include ../../luci.mk # call BuildPackage - OpenWrt buildroot signature -