# 
# Copyright (C) 2006 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
# $Id$

include $(TOPDIR)/rules.mk

PKG_NAME:=wavemon
PKG_VERSION:=0.4.0b
PKG_RELEASE:=1

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://www.janmorgenstern.de/
PKG_MD5SUM:=2baab37eb967fc38dc53f8e4f609daac

PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)

PKG_BUILD_DEPENDS:=libncurses

include $(INCLUDE_DIR)/package.mk

define Package/wavemon
  SECTION:=net
  CATEGORY:=Network
  DEPENDS:=+libncurses
  TITLE:=Wireless Device Monitoring Application
  DESCRIPTION:=\
	Wavemon allows you to watch signal and noise levels, packet statistics, \\\
	device configuration and network parameters of your wireless network \\\
	hardware. It has currently only been tested with the Lucent Orinoco series \\\
	of cards, although it *should* work (though with varying features) with all \\\
	devices supported by the wireless kernel extensions by Jean Tourrilhes.
  URL:=http://www.janmorgenstern.de/projects-software.html
endef

define Package/wavemon/install
	$(INSTALL_DIR) $(1)/usr/bin
	$(INSTALL_BIN) $(PKG_BUILD_DIR)/$(PKG_NAME) $(1)/usr/bin/
endef

$(eval $(call BuildPackage,wavemon))
# 
# Copyright (C) 2006 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
# $Id$

include $(TOPDIR)/rules.mk

PKG_NAME:=wavemon
PKG_VERSION:=0.4.0b
PKG_RELEASE:=1

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://www.janmorgenstern.de/
PKG_MD5SUM:=2baab37eb967fc38dc53f8e4f609daac

PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)

PKG_BUILD_DEPENDS:=libncurses

include $(INCLUDE_DIR)/package.mk

define Package/wavemon
  SECTION:=net
  CATEGORY:=Network
  DEPENDS:=+libncurses
  TITLE:=Wireless Device Monitoring Application
  DESCRIPTION:=\
	Wavemon allows you to watch signal and noise levels, packet statistics, \\\
	device configuration and network parameters of your wireless network \\\
	hardware. It has currently only been tested with the Lucent Orinoco series \\\
	of cards, although it *should* work (though with varying features) with all \\\
	devices supported by the wireless kernel extensions by Jean Tourrilhes.
  URL:=http://www.janmorgenstern.de/projects-software.html
endef

define Package/wavemon/install
	$(INSTALL_DIR) $(1)/usr/bin
	$(INSTALL_BIN) $(PKG_BUILD_DIR)/$(PKG_NAME) $(1)/usr/bin/
endef

$(eval $(call BuildPackage,wavemon))
# 
# Copyright (C) 2006 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
# $Id$

include $(TOPDIR)/rules.mk

PKG_NAME:=wavemon
PKG_VERSION:=0.4.0b
PKG_RELEASE:=1

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://www.janmorgenstern.de/
PKG_MD5SUM:=2baab37eb967fc38dc53f8e4f609daac

PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)

PKG_BUILD_DEPENDS:=libncurses

include $(INCLUDE_DIR)/package.mk

define Package/wavemon
  SECTION:=net
  CATEGORY:=Network
  DEPENDS:=+libncurses
  TITLE:=Wireless Device Monitoring Application
  DESCRIPTION:=\
	Wavemon allows you to watch signal and noise levels, packet statistics, \\\
	device configuration and network parameters of your wireless network \\\
	hardware. It has currently only been tested with the Lucent Orinoco series \\\
	of cards, although it *should* work (though with varying features) with all \\\
	devices supported by the wireless kernel extensions by Jean Tourrilhes.
  URL:=http://www.janmorgenstern.de/projects-software.html
endef

define Package/wavemon/install
	$(INSTALL_DIR) $(1)/usr/bin
	$(INSTALL_BIN) $(PKG_BUILD_DIR)/$(PKG_NAME) $(1)/usr/bin/
endef

$(eval $(call BuildPackage,wavemon))
