Upgrade darkstat (#2844)
[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 # $Id: Makefile 2007-10-31 23:30:20Z tetzlav $
8
9 include $(TOPDIR)/rules.mk
10
11 PKG_NAME:=horst
12 PKG_VERSION:=1.3pre
13 PKG_RELEASE:=1
14
15 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz
16 PKG_SOURCE_URL:=http://br1.einfach.org/horst/
17 PKG_MD5SUM:=ceb1c8847be8e11db39df2fa74ac28f7
18 PKG_CAT:=zcat
19
20 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)/horst.git
21
22 include $(INCLUDE_DIR)/package.mk
23
24 define Package/horst
25 SECTION:=net
26 CATEGORY:=Network
27 DEPENDS:=+libncurses
28 MAINTAINER:=Bruno Randolf <br1@einfach.org>
29 TITLE:=Provides highly optimized radio scanning
30 URL:=http://br1.einfach.org/horst/
31 endef
32
33 define Package/horst/description
34 Provides highly optimized radio scanning.
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 endef
41
42
43 $(eval $(call BuildPackage,horst))