[package] update radvd to 1.5, select kmod-ipv6 (#5966)
[openwrt/svn-archive/archive.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:=1
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 include $(INCLUDE_DIR)/package.mk
19
20 define Package/horst
21 SECTION:=net
22 CATEGORY:=Network
23 DEPENDS:=+libncurses
24 MAINTAINER:=Bruno Randolf <br1@einfach.org>
25 TITLE:=Highly Optimized 802.11 Radio Scanning Tool
26 URL:=http://br1.einfach.org/horst/
27 endef
28
29 define Package/horst/description
30 [horst] is a scanning and analysis tool for 802.11 wireless networks
31 and especially IBSS (ad-hoc) mode and mesh networks (OLSR).
32 endef
33
34 define Package/horst/install
35 $(INSTALL_DIR) $(1)/usr/sbin
36 $(INSTALL_BIN) $(PKG_BUILD_DIR)/horst $(1)/usr/sbin/
37 $(INSTALL_BIN) $(PKG_BUILD_DIR)/horst.sh $(1)/usr/sbin/
38 endef
39
40 $(eval $(call BuildPackage,horst))