Files
haikuports/dev-util/cscope/cscope-15.7a.recipe
2013-10-16 16:17:16 -06:00

63 lines
1.1 KiB
Plaintext

SUMMARY="Cscope is a developer's tool for browsing source code."
DESCRIPTION="
Allows searching code for:
* all references to a symbol
* global definitions
* functions called by a function
* functions calling a function
* text string
* regular expression pattern
* a file
* files including a file
"
HOMEPAGE="http://cscope.sourceforge.net/"
SRC_URI="http://sourceforge.net/projects/cscope/files/cscope/15.7a/cscope-15.7a.tar.bz2"
CHECKSUM_MD5="da43987622ace8c36bbf14c15a350ec1"
REVISION="1"
ARCHITECTURES="x86 x86_gcc2"
LICENSE="BSD (3-clause)"
COPYRIGHT="1998-2000 The Santa Cruz Operation"
SOURCE_DIR="$portVersionedName"
PATCHES="cscope-15.7a.patch"
PROVIDES="
cscope = $portVersion compat >= 15
cmd:cscope = $portVersion compat >= 15
cmd:ocs = $portVersion compat >= 15
"
REQUIRES="
haiku >= $haikuVersion
lib:libncurses
"
BUILD_REQUIRES="
devel:libncurses
"
BUILD_PREREQUIRES="
haiku_devel >= $haikuVersion
cmd:gcc
cmd:make
cmd:autoreconf
cmd:aclocal
cmd:flex
cmd:bison
cmd:pkg_config
cmd:gawk
"
BUILD()
{
autoreconf -fvi
runConfigure ./configure
make
}
INSTALL()
{
make install
}