| 12345678910111213141516171819202122232425262728 | # 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:=		screenPKG_VERSION:=		4.0.3PKG_RELEASE:=		2PKG_MD5SUM:=		8506fd205028a96c741e4037de6e3c42PKG_DESCR:=		A window manager for the terminal sessionPKG_SECTION:=		miscPKG_DEPENDS:=		libncursesPKG_BUILDDEP+=		ncursesPKG_URL:=		http://www.gnu.org/software/screenPKG_SITES:=		${MASTER_SITE_GNU:=screen/}include ${TOPDIR}/mk/package.mk$(eval $(call PKG_template,SCREEN,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))CONFIGURE_ENV+=		$(foreach flag,rename fchmod fchown strerror lstat _exit utimes vsnprintf getcwd setlocale strftime,ac_cv_func_${flag}=yes)CONFIGURE_ARGS+=	--with-sys-screenrc=/etc/screenrcpost-install:	${INSTALL_DIR} ${IDIR_SCREEN}/usr/bin	${INSTALL_BIN} ${WRKINST}/usr/bin/screen ${IDIR_SCREEN}/usr/bin/include ${TOPDIR}/mk/pkg-bottom.mk
 |