summaryrefslogtreecommitdiff
path: root/cscope/cscope_15.4.oe
blob: 3472c4fd5d5a3443d24e1f6f43cc7fdf7bddcef0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
DEPENDS = virtual/libc ncurses-5.3
RDEPENDS = libc6 libncurses5

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}'
}