summaryrefslogtreecommitdiff
path: root/cscope/cscope_15.4.oe
blob: 4e6d77d4902d1a0b6366c2047e5c211ffdfad625 (plain)
1
2
3
4
5
6
7
8
9
10
11
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}'
}