Update dmapd to 0.0.31
[openwrt/svn-archive/archive.git] / net / e169-stats / Makefile
1 #
2 # Copyright (C) 2010 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7
8 include $(TOPDIR)/rules.mk
9
10 PKG_NAME:=e169-stats
11 PKG_VERSION:=0.4
12 PKG_RELEASE:=1
13
14 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
15 PKG_SOURCE_URL:=http://www.mavetju.org/download/
16 PKG_MD5SUM:=11aa0b9abf6ff430ba90bbd7ee178774
17
18 include $(INCLUDE_DIR)/package.mk
19
20 define Package/e169-stats
21 SECTION:=net
22 CATEGORY:=Network
23 TITLE:=e169-stats
24 URL:=http://www.mavetju.org/weblog/html/00282.html
25 DEPENDS:=+libncurses
26 endef
27
28 define Package/e169-stats/description
29 Huawei E169 statistics, works with other Huawei's devices.
30 endef
31
32 define Package/e169-stats/install
33 $(INSTALL_DIR) $(1)/usr/bin
34 $(INSTALL_BIN) $(PKG_BUILD_DIR)/e169-stats $(1)/usr/bin/
35 endef
36
37 $(eval $(call BuildPackage,e169-stats))