Add a ton of missing package DESCRIPTION fields.
[vuplus_openembedded] / cscope / cscope_15.5.oe
1 DEPENDS = "virtual/libc ncurses"
2 RDEPENDS = "libc6 libncurses"
3 DESCRIPTION = "A text screen-based source browser."
4
5 SRC_URI := ${SOURCEFORGE_MIRROR}/cscope/cscope-${PV}.tar.gz
6
7 inherit autotools
8
9 do_compile () {
10         oe_runmake 'LDFLAGS=${LDFLAGS}'
11 }