1f3f740a8dbdd8cc1a16c700ebda46a66a05cd99
[packages.git] / net / horst / Makefile
1 #
2 # Copyright (C) 2006 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:=horst
11 PKG_VERSION:=2.0-rc1
12 PKG_RELEASE:=2
13
14 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).zip
15 PKG_SOURCE_URL:=http://br1.einfach.org/horst_dl/
16 PKG_MD5SUM:=7eb6f7ae819722b1fcdd86df98f7884d
17
18 PKG_BUILD_PARALLEL:=1
19
20 include $(INCLUDE_DIR)/package.mk
21
22 define Package/horst
23         SECTION:=net
24         CATEGORY:=Network
25         SUBMENU:=wireless
26         DEPENDS:=+libncurses
27         MAINTAINER:=Bruno Randolf <br1@einfach.org>
28         TITLE:=Highly Optimized 802.11 Radio Scanning Tool
29         URL:=http://br1.einfach.org/horst/
30 endef
31
32 define Package/horst/description
33         [horst] is a scanning and analysis tool for 802.11 wireless networks
34         and especially IBSS (ad-hoc) mode and mesh networks (OLSR).
35 endef
36
37 define Package/horst/install
38         $(INSTALL_DIR) $(1)/usr/sbin
39         $(INSTALL_BIN) $(PKG_BUILD_DIR)/horst $(1)/usr/sbin/
40         $(INSTALL_BIN) $(PKG_BUILD_DIR)/horst.sh $(1)/usr/sbin/
41 endef
42
43 $(eval $(call BuildPackage,horst))