File: config.params

package info (click to toggle)
bsdgames 2.17-1sarge1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 10,036 kB
  • ctags: 6,236
  • sloc: ansic: 80,006; sh: 1,452; cpp: 1,154; yacc: 321; makefile: 82; lex: 75; sed: 13; csh: 5
file content (42 lines) | stat: -rw-r--r-- 1,365 bytes parent folder | download | duplicates (4)
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
40
41
42
# This file is read by configure and is used during the build of the
# Debian package.

# Don't run configure interactively.
bsd_games_cfg_non_interactive=y

# Install into here for building the package.
bsd_games_cfg_install_prefix=`pwd`/debian/bsdgames

# Do not build or install these games:
bsd_games_cfg_no_build_dirs="dm banner fortune factor"

# Keep huntd in /usr/sbin as it was in the past. I may 
# change this later.
bsd_games_cfg_sbindir=/usr/sbin

# Debian doesn't like cluttering up the /usr/*/games/ dirs too much,
# use a subdir. /var too.
bsd_games_cfg_usrlibdir=/usr/lib/games/bsdgames
bsd_games_cfg_sharedir=/usr/share/games/bsdgames
bsd_games_cfg_varlibdir=/var/games/bsdgames

# Do not do chown now, we arn't running as root.
bsd_games_cfg_do_chown=n

# Debian perfers symlinks for manpages.
bsd_games_cfg_use_dot_so=symlinks

# I'll handle manpage compressing.
bsd_games_cfg_gzip_manpages=n

# Policy says to use /usr/bin/pager by default.
bsd_games_cfg_pager=/usr/bin/pager

# Always use the same wordlist for boggle, and don't use web2, it's too
# big. Instead, use the union of the wenglish and wbritish wordlists.
bsd_games_cfg_dictionary_src=`pwd`/temp-dictionary

# Put it in /usr/share/games with the rest of the games data.
bsd_games_cfg_wtf_acronymfile=/usr/share/games/bsdgames/acronyms

bsd_games_cfg_docdir=/usr/share/doc/bsdgames