DEPENDS = virtual/libc ncurses
RDEPENDS = libc6 libncurses

SRC_URI := ${SOURCEFORGE_MIRROR}/cscope/cscope-15.4.tar.gz \
	   file://${FILESDIR}/configure.patch;patch=1

inherit autotools

do_compile () {
	oe_runmake 'LDFLAGS=${LDFLAGS}'
}