0cf6493e2de903320d7696f25d75bb65e7293063
[openwrt.git] / package / yamonenv / 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$
8
9 include $(TOPDIR)/rules.mk
10
11 PKG_NAME:=yamonenv
12 PKG_VERSION:=20051022
13 PKG_RELEASE:=1
14
15 PKG_SOURCE:=$(PKG_NAME)_gruen.4g__$(PKG_VERSION).tar.gz
16 PKG_SOURCE_URL:=http://meshcube.org/nylon/stable/sources/
17 PKG_MD5SUM:=a3e4f24155aa3ba5aa502bc63fdaa6ad
18
19 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)
20
21 include $(INCLUDE_DIR)/package.mk
22
23 define Package/yamonenv
24   SECTION:=utils
25   CATEGORY:=Utilities
26   DEPENDS:=@TARGET_AU1000
27   TITLE:=YAMON configuration utility
28   URL:=http://meshcube.org/nylon/stable/sources/
29 endef
30
31 define Build/Configure
32 endef
33
34 define Package/yamonenv/install
35         $(INSTALL_DIR) $(1)/usr/sbin
36         $(CP) $(PKG_BUILD_DIR)/src/$(PKG_NAME) $(1)/usr/sbin/
37 endef
38
39 $(eval $(call BuildPackage,yamonenv))