DESCRIPTION:= is obselete
git-svn-id: svn://svn.openwrt.org/openwrt/packages@9304 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@ -27,16 +27,18 @@ define Package/slurm
|
||||
CATEGORY:=Network
|
||||
DEPENDS:=+libncurses
|
||||
TITLE:=A realtime network interface monitor
|
||||
DESCRIPTION:=\
|
||||
A realtime network interface monitor with the following features: \\\
|
||||
- realtime traffic statistics divided into incoming and outgoing ;\\\
|
||||
- optional combined view ;\\\
|
||||
- can monitor any kind of network interface ;\\\
|
||||
- shows detailed statistics about the interface ;\\\
|
||||
- it's themeable.
|
||||
URL:=http://www.wormulon.net/projects/slurm
|
||||
endef
|
||||
|
||||
define Package/slurm/description
|
||||
A realtime network interface monitor with the following features:
|
||||
- realtime traffic statistics divided into incoming and outgoing ;
|
||||
- optional combined view ;
|
||||
- can monitor any kind of network interface ;
|
||||
- shows detailed statistics about the interface ;
|
||||
- it's themeable.
|
||||
endef
|
||||
|
||||
define Build/Configure
|
||||
(cd $(PKG_BUILD_DIR); touch \
|
||||
configure.in \
|
||||
|
Reference in New Issue
Block a user