[packages] glib2: fix autoreconf
[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:=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 DEPENDS:=+libncurses
26 MAINTAINER:=Bruno Randolf <br1@einfach.org>
27 TITLE:=Highly Optimized 802.11 Radio Scanning Tool
28 URL:=http://br1.einfach.org/horst/
29 endef
30
31 define Package/horst/description
32 [horst] is a scanning and analysis tool for 802.11 wireless networks
33 and especially IBSS (ad-hoc) mode and mesh networks (OLSR).
34 endef
35
36 define Package/horst/install
37 $(INSTALL_DIR) $(1)/usr/sbin
38 $(INSTALL_BIN) $(PKG_BUILD_DIR)/horst $(1)/usr/sbin/
39 $(INSTALL_BIN) $(PKG_BUILD_DIR)/horst.sh $(1)/usr/sbin/
40 endef
41
42 $(eval $(call BuildPackage,horst))