diff options
author | wbx <wbx@hydrogenium.(none)> | 2009-05-17 14:41:34 +0200 |
---|---|---|
committer | wbx <wbx@hydrogenium.(none)> | 2009-05-17 14:41:34 +0200 |
commit | 219a6dab8995aad9ac4860cc1a84d6f3509a03a4 (patch) | |
tree | b9c0f3c43aebba2fcfef777592d0add39f2072f4 /package/screen/Makefile |
Initial import
Diffstat (limited to 'package/screen/Makefile')
-rw-r--r-- | package/screen/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/package/screen/Makefile b/package/screen/Makefile new file mode 100644 index 000000000..e553a6d38 --- /dev/null +++ b/package/screen/Makefile @@ -0,0 +1,27 @@ +# $Id$ +#- +# 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.mk + +PKG_NAME:= screen +PKG_VERSION:= 4.0.3 +PKG_RELEASE:= 1 +PKG_MD5SUM:= 8506fd205028a96c741e4037de6e3c42 +MASTER_SITES:= ${MASTER_SITE_GNU:=screen/} + +include ${TOPDIR}/mk/package.mk + +$(eval $(call PKG_template,SCREEN,screen,${PKG_VERSION}-${PKG_RELEASE},${ARCH})) + +CONFIGURE_STYLE:= gnu +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/screenrc +BUILD_STYLE:= auto + +do-install: + ${INSTALL_DIR} ${IDIR_SCREEN}/usr/bin + ${INSTALL_BIN} ${WRKBUILD}/screen ${IDIR_SCREEN}/usr/bin/ + +include ${TOPDIR}/mk/pkg-bottom.mk |