Merge pull request #1691 from dibdot/travelmate
[project/luci.git] / applications / luci-app-aria2 / Makefile
1 #
2 # Copyright (C) 2016 Openwrt.org
3 #
4 # This is free software, licensed under the Apache License, Version 2.0 .
5 #
6
7 include $(TOPDIR)/rules.mk
8
9 PKG_NAME:=luci-app-aria2
10
11 # Version == major.minor.patch
12 # increase "minor" on new functionality and "patch" on patches/optimization
13 PKG_VERSION:=1.0.1
14
15 # Release == build
16 # increase on changes of translation files
17 PKG_RELEASE:=2
18
19 PKG_LICENSE:=Apache-2.0
20 PKG_MAINTAINER:=Hsing-Wang Liao <kuoruan@gmail.com>
21
22 # LuCI specific settings
23 LUCI_TITLE:=LuCI Support for Aria2
24 LUCI_DEPENDS:=+aria2
25 LUCI_PKGARCH:=all
26
27 define Package/$(PKG_NAME)/config
28 # shown in make menuconfig <Help>
29 help
30                 $(LUCI_TITLE)
31                 .
32                 Version: $(PKG_VERSION)-$(PKG_RELEASE)
33                 $(PKG_MAINTAINER)
34 endef
35
36 include ../../luci.mk
37
38 # call BuildPackage - OpenWrt buildroot signature
39