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.
7 # $Id: Makefile 4091 2006-06-27 00:35:46Z mbm $
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
20 PKG_BUILD_DIR
:=$(BUILD_DIR
)/$(PKG_NAME
)
22 include $(INCLUDE_DIR
)/package.mk
24 define Package
/yamonenv
27 DEPENDS
:=@LINUX_2_6_AU1000@
28 TITLE
:=YAMON configuration utility
29 URL
:=http
://meshcube.org
/nylon
/stable
/sources
/
32 define Build
/Configure
35 define Package
/yamonenv
/install
36 install -d
-m0755
$(1)/usr
/sbin
37 $(CP
) $(PKG_BUILD_DIR
)/src
/$(PKG_NAME
) $(1)/usr
/sbin
/
40 $(eval
$(call BuildPackage
,yamonenv
))