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
:= 1fd27bbddc61491b1fbb29a345d0d344734aa9e80cfa07b02892eedf831fa9cc
10 PKG_DESCR
:= tiny emacs clone
11 PKG_SECTION
:= app
/editor
14 PKG_URL
:= http
://www.gnu.org
/software
/zile
/
15 PKG_SITES
:= ${MASTER_SITE_GNU
:=zile
/}
17 DISTFILES
:= ${PKG_NAME}-${PKG_VERSION}.
tar.gz
19 include $(ADK_TOPDIR
)/mk
/package.mk
21 $(eval
$(call PKG_template
,ZILE
,zile
,$(PKG_VERSION
)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
23 AUTOTOOL_STYLE
:= autoreconf
24 TARGET_LDFLAGS
+= -ltinfo
-lrt
27 $(INSTALL_DIR
) $(IDIR_ZILE
)/usr
/bin
28 $(INSTALL_BIN
) $(WRKINST
)/usr
/bin
/zile \
31 include ${ADK_TOPDIR}/mk
/pkg-bottom.mk