aboutsummaryrefslogtreecommitdiffstats
path: root/cscope/cscope_15.4.oe
blob: 88ed7c2e559184146c120495c3d6b5126a736f85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
DEPENDS = virtual/libc ncurses
RDEPENDS = libc6 libncurses

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

inherit autotools

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