mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
bmon: Bump to 3.5 and add myself as maintainer
Signed-off-by: Baptiste Jonglez <bjonglez@illyse.org>
This commit is contained in:
+8
-6
@@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2007 OpenWrt.org
|
# Copyright (C) 2007-2014 OpenWrt.org
|
||||||
#
|
#
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
@@ -8,21 +8,23 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=bmon
|
PKG_NAME:=bmon
|
||||||
PKG_VERSION:=2.1.0
|
PKG_VERSION:=3.5
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=http://people.suug.ch/~tgr/bmon/files/
|
PKG_SOURCE_URL:=https://github.com/tgraf/bmon/releases/download/v$(PKG_VERSION)/
|
||||||
PKG_MD5SUM:=3111a027907016c0902d67350c619df6
|
PKG_MD5SUM:=b7d0d055727f2cf1e452f26dfbf6a825
|
||||||
|
PKG_MAINTAINER:=Baptiste Jonglez <openwrt-pkg@bitsofnetworks.org>
|
||||||
|
PKG_LICENSE:=MIT
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/bmon
|
define Package/bmon
|
||||||
SECTION:=net
|
SECTION:=net
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
DEPENDS:=+libncurses
|
DEPENDS:=+libncurses +libnl +confuse
|
||||||
TITLE:=bmon is a portable bandwidth monitor
|
TITLE:=bmon is a portable bandwidth monitor
|
||||||
URL:=http://people.suug.ch/~tgr/bmon/
|
URL:=https://github.com/tgraf/bmon/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/bmon/description
|
define Package/bmon/description
|
||||||
|
|||||||
Reference in New Issue
Block a user