Merge oe-devel@oe-devel.bkbits.net:packages
[openembedded.git] / cscope / cscope_15.5.oe
1 DEPENDS = "ncurses"
2 DESCRIPTION = "A text screen-based source browser."
3 SECTION = "console/utils"
4 LICENSE = "BSD"
5
6 SRC_URI = "${SOURCEFORGE_MIRROR}/cscope/cscope-${PV}.tar.gz"
7
8 inherit autotools
9
10 do_compile () {
11         oe_runmake 'LDFLAGS=${LDFLAGS}'
12 }