2 # Copyright (C) 2006 OpenWrt.org
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
9 include $(TOPDIR
)/rules.mk
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
19 PKG_BUILD_DIR
:=$(BUILD_DIR
)/$(PKG_NAME
)
21 include $(INCLUDE_DIR
)/package.mk
23 define Package
/yamonenv
26 DEPENDS
:=@TARGET_au1000
27 TITLE
:=YAMON configuration utility
28 URL
:=http
://meshcube.org
/nylon
/stable
/sources
/
31 define Build
/Configure
34 define Package
/yamonenv
/install
35 $(INSTALL_DIR
) $(1)/usr
/sbin
36 $(CP
) $(PKG_BUILD_DIR
)/src
/$(PKG_NAME
) $(1)/usr
/sbin
/
39 $(eval
$(call BuildPackage
,yamonenv
))