blob: 8aa5947d0da46998016d23b350db9841582935a6 [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001# Copyright (C) 2015 Igor Santos <igor.santos@aker.com.br>
2# Released under the MIT license (see COPYING.MIT for the terms)
3
4SUMMARY = "Cscope is a text screen based source browser"
5DESCRIPTION = "Cscope is a developer's tool for browsing source code. \
6 It has an impeccable Unix pedigree, having been originally \
7 developed at Bell Labs back in the days of the PDP-11. \
8 Cscope was part of the official AT&T Unix distribution for \
9 many years, and has been used to manage projects involving 20 \
10 million lines of code!"
11
12HOMEPAGE = "http://cscope.sourceforge.net/"
13
14LICENSE = "BSD"
15LIC_FILES_CHKSUM = "file://COPYING;md5=d4667b67b483823043fcffa489ea343b"
16
17inherit autotools
18
19DEPENDS += "ncurses"
20
21SRC_URI = "http://downloads.sourceforge.net/project/cscope/cscope/${PV}/${BP}.tar.gz"
22
23SRC_URI[md5sum] = "8f9409a238ee313a96f9f87fe0f3b176"
24SRC_URI[sha256sum] = "4889d091f05aa0845384b1e4965aa31d2b20911fb2c001b2cdcffbcb7212d3af"