blob: 99f3ba85de66ba77d82e89c57caf691ab9c3bf8f [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
Brad Bishop2d39a062019-10-28 08:33:36 -040014LICENSE = "BSD-3-Clause"
Patrick Williamsb48b7b42016-08-17 15:04:38 -050015LIC_FILES_CHKSUM = "file://COPYING;md5=d4667b67b483823043fcffa489ea343b"
16
17inherit autotools
18
19DEPENDS += "ncurses"
20
Brad Bishope42b3e32020-01-15 22:08:42 -050021SRC_URI = "http://downloads.sourceforge.net/project/cscope/cscope/v${PV}/${BP}.tar.gz"
Patrick Williamsb48b7b42016-08-17 15:04:38 -050022
Brad Bishope42b3e32020-01-15 22:08:42 -050023SRC_URI[md5sum] = "16f3cce078b6c0e42299def4028eea6f"
24SRC_URI[sha256sum] = "c5505ae075a871a9cd8d9801859b0ff1c09782075df281c72c23e72115d9f159"