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
:= 13475c0fbeb74139d33ed793bf00ffbbb2ac2dc9fb1d44467a410760aba36664
10 PKG_DESCR
:= alternative csh
11 PKG_SECTION
:= base
/shells
12 PKG_DEPENDS
:= libncurses
13 PKG_BUILDDEP
:= ncurses
14 PKG_URL
:= http
://www.tcsh.org
/Welcome
15 PKG_SITES
:= ftp
://ftp.astron.com
/pub
/tcsh
/
17 DISTFILES
:= ${PKG_NAME}-${PKG_VERSION}.
tar.gz
19 include $(ADK_TOPDIR
)/mk
/package.mk
21 $(eval
$(call PKG_template
,TCSH
,tcsh
,$(PKG_VERSION
)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
23 TARGET_LDFLAGS
+= -ltinfo
24 CONFIGURE_ENV
+= ac_cv_func_setpgrp_void
=yes
27 $(INSTALL_DIR
) $(IDIR_TCSH
)/usr
/bin
28 $(INSTALL_BIN
) $(WRKINST
)/usr
/bin
/tcsh
$(IDIR_TCSH
)/usr
/bin
30 include ${ADK_TOPDIR}/mk
/pkg-bottom.mk