aboutsummaryrefslogtreecommitdiffstats
path: root/cvs/cvs_1.12.9.oe
blob: 3daa18147a2f4be419dd91e4e1a83207ad5125ab (plain)
1
2
3
4
5
6
7
8
9
10
11
DESCRIPTION = "The Concurrent Versioning System (cvs) client - Feature Version "
SECTION = "console/network"
PRIORITY = "optional"
DEPENDS = "gettext-native"

SRC_URI = "http://musthave.sunbase.org/progs/ccvs/cvs-${PV}/cvs-${PV}.tar.bz2 \
	   file://m4.patch;patch=1"

inherit autotools

EXTRA_OECONF = "--with-krb4=no --with-gssapi=no"