| 123456789101112131415161718192021222324252627 | # This file is part of the OpenADK project. OpenADK is copyrighted# material, please see the LICENCE file in the top-level directory.include $(TOPDIR)/rules.mkPKG_NAME:=		tcshPKG_VERSION:=		6.17.00PKG_RELEASE:=		1PKG_MD5SUM:=		c47de903e3d52f6824c8dd0c91eeb477PKG_DESCR:=		alternative cshPKG_SECTION:=		shellsPKG_DEPENDS:=		libncursesPKG_BUILDDEP+=		ncursesPKG_URL:=		http://www.tcsh.org/WelcomePKG_SITES:=		ftp://ftp.astron.com/pub/tcsh/include $(TOPDIR)/mk/package.mk$(eval $(call PKG_template,TCSH,$(PKG_NAME),$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))CONFIGURE_ENV+=		ac_cv_func_setpgrp_void=yespost-install:	$(INSTALL_DIR) $(IDIR_TCSH)/usr/bin	$(INSTALL_BIN) $(WRKINST)/usr/bin/tcsh $(IDIR_TCSH)/usr/bininclude ${TOPDIR}/mk/pkg-bottom.mk
 |