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
:= 0ad692e3c22e4b33274a53ad22a194deb3024ec833b9e87ad7968d9b0b58cdcf
10 PKG_DESCR
:= concurrent version system
12 PKG_URL
:= http
://www.nongnu.org
/cvs
/
13 PKG_SITES
:= http
://ftp.gnu.org
/non-gnu
/cvs
/source
/stable
/${PKG_VERSION}/
15 DISTFILES
:= ${PKG_NAME}-${PKG_VERSION}.
tar.gz
17 include $(ADK_TOPDIR
)/mk
/package.mk
19 $(eval
$(call PKG_template
,CVS
,cvs
,$(PKG_VERSION
)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
21 CONFIGURE_ENV
+= ac_cv_lib_nsl_main
=no
22 CONFIGURE_ARGS
+= --without-gssapi
25 $(INSTALL_DIR
) $(IDIR_CVS
)/usr
/bin
26 $(INSTALL_BIN
) $(WRKINST
)/usr
/bin
/cvs \
29 include ${ADK_TOPDIR}/mk
/pkg-bottom.mk