This file is indexed.

/usr/share/doc/libsrf-dev/README is in libsrf-dev 0.1+dfsg-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
SRF RELEASE 0.1
===============

This is release 0.1 of the SRF package. This package corresponds to v1.3 of the SRF spec.
See srf.sf.net for more details.

INSTALLING ZTR
==============

SRF has a dependancy on ZTR. You must download and install version 1.11.0 of ZTR prior to building SRF.
http://sourceforge.net/project/showfiles.php?group_id=100316&package_id=108243&release_id=578149

Building
========

We use the GNU autoconf build mechanism.

To build:

1. ./configure

"./configure --help" will give a list of the options for GNU autoconf. For
modifying the compiler options or flags you may wish to redefine the CC or
CFLAGS variable.

Eg (in sh or bash):
   CC=cc CFLAGS=-g ./configure

2. make (or gmake)

This will build the sources.

CFLAGS may also be changed a build time using (eg):
    make 'CFLAGS=-g ...'


Under Microsoft Windows we recommend the use of MSYS and MINGW as a
build environment. These contain enough tools to build using the
configure script.