aboutsummaryrefslogtreecommitdiffstats
path: root/cscope/cscope_15.5.oe
blob: 8fcb1d73d69a712515d6327945c6ead18cf5c357 (plain)
1
2
3
4
5
6
7
8
9
10
11
DEPENDS = "ncurses"
DESCRIPTION = "A text screen-based source browser."
SECTION = "console/utils"

SRC_URI = "${SOURCEFORGE_MIRROR}/cscope/cscope-${PV}.tar.gz"

inherit autotools

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