cscope _unstable_ port information

Package: cscope
Version: 15.5
Revision: 1002
Source: mirror:sourceforge:cscope/cscope-%v.tar.gz
Source-MD5: beb6032a301bb11524aec74bfb5e4840
Depends: libncurses5-shlibs (>= 5.4-20041023-1006)
BuildDepends: flex, bison, libncurses5 (>= 5.4-20041023-1006)
Patch: %n.patch
ConfigureParams: --mandir=%i/share/man --with-ncurses=%p --disable-dependency-tracking

# fixme: shouldn't need to set "-L%p/lib" here.
#SetCFLAGS: -w -pipe -O3 -L%p/lib

CompileScript: <<
ac_cv_prog_gnome1=no ac_cv_prog_gnome2=no ./configure %c
make
<<

DocFiles: AUTHORS COPYING NEWS README TODO
Description: Text screen based source browsing tool
DescDetail: <<
Cscope is a text screen based source browsing tool. Although it is
primarily designed to search C code (including lex and yacc files), it
can also be used for C++ code. Using cscope, you can easily search for
where symbols are used and defined.
<<
DescPort: <<
dmacks disabled autodetection of tools that aren't used for anything
and switched to using system's memset() if it is available.
<<
DescPackaging: <<
flex lib is static-only so no need for runtime dep on it.
<<
License: BSD
Homepage: http://cscope.sourceforge.net
Maintainer: Kaben Nanlohy