1 # This file is part of the OpenADK project. OpenADK is copyrighted
2 # material, please see the LICENCE file in the top-level directory.
4 include $(ADK_TOPDIR
)/rules.mk
9 PKG_HASH
:= 05b7cb361ef815774abda325c09c573f8c9039ccbb71eedc743439e4637c314a
10 PKG_DESCR
:= similar to expect for interactive console apps
11 PKG_SECTION
:= sys
/misc
12 PKG_URL
:= http
://empty.sourceforge.net
13 PKG_SITES
:= ${MASTER_SITE_SOURCEFORGE
:=empty
/}
15 DISTFILES
:= $(PKG_NAME
)-$(PKG_VERSION
).tgz
17 include $(ADK_TOPDIR
)/mk
/package.mk
19 $(eval
$(call PKG_template
,EMPTY
,empty
,$(PKG_VERSION
)-$(PKG_RELEASE
),$(PKG_DEPENDS
),$(PKG_DESCR
),$(PKG_SECTION
)))
22 INSTALL_STYLE
:= manual
25 $(INSTALL_DIR
) $(WRKINST
)/usr
/bin
26 $(INSTALL_BIN
) $(WRKBUILD
)/empty
$(WRKINST
)/usr
/bin
/empty
29 $(INSTALL_DIR
) $(IDIR_EMPTY
)/usr
/bin
30 $(INSTALL_BIN
) $(WRKINST
)/usr
/bin
/empty \
33 include $(ADK_TOPDIR
)/mk
/pkg-bottom.mk