aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/cscope
diff options
context:
space:
mode:
authorIgor Santos <igor.santos@aker.com.br>2015-05-08 15:06:08 -0300
committerMartin Jansa <Martin.Jansa@gmail.com>2015-05-13 14:34:24 +0200
commite2cc5f289d226f5a9af025d9ce1021245ffd55a1 (patch)
tree3e0e42a7415ef34979dadb3add3aef9ed0f9007e /meta-oe/recipes-devtools/cscope
parentf351653c8089f033ce5d3b890a1b5a8e15bcb45b (diff)
downloadmeta-openembedded-contrib-e2cc5f289d226f5a9af025d9ce1021245ffd55a1.tar.gz
cscope: add
Cscope is an interactive, screen-oriented tool that allows the user to browse through C source files for specified elements of code. Signed-off-by: Igor Santos <igor.santos@aker.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/cscope')
-rw-r--r--meta-oe/recipes-devtools/cscope/cscope_15.8b.bb24
1 files changed, 24 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/cscope/cscope_15.8b.bb b/meta-oe/recipes-devtools/cscope/cscope_15.8b.bb
new file mode 100644
index 0000000000..ecf7e6cf69
--- /dev/null
+++ b/meta-oe/recipes-devtools/cscope/cscope_15.8b.bb
@@ -0,0 +1,24 @@
+# Copyright (C) 2015 Igor Santos <igor.santos@aker.com.br>
+# Released under the MIT license (see COPYING.MIT for the terms)
+
+SUMMARY = "Cscope is a text screen based source browser"
+DESCRIPTION = "Cscope is a developer's tool for browsing source code. \
+ It has an impeccable Unix pedigree, having been originally \
+ developed at Bell Labs back in the days of the PDP-11. \
+ Cscope was part of the official AT&T Unix distribution for \
+ many years, and has been used to manage projects involving 20 \
+ million lines of code!"
+
+HOMEPAGE = "http://cscope.sourceforge.net/"
+
+LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://COPYING;md5=d4667b67b483823043fcffa489ea343b"
+
+inherit autotools
+
+DEPENDS += "ncurses"
+
+SRC_URI = "http://downloads.sourceforge.net/project/cscope/cscope/${PV}/${PN}-${PV}.tar.gz"
+
+SRC_URI[md5sum] = "8f9409a238ee313a96f9f87fe0f3b176"
+SRC_URI[sha256sum] = "4889d091f05aa0845384b1e4965aa31d2b20911fb2c001b2cdcffbcb7212d3af"