~ubuntu-branches/ubuntu/trusty/serf/trusty-proposed

« back to all changes in this revision

Viewing changes to config.layout

  • Committer: Package Import Robot
  • Author(s): James McCoy
  • Date: 2013-12-31 13:17:16 UTC
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: package-import@ubuntu.com-20131231131716-z7lpavv1il3sxb7g
Tags: upstream-1.3.3
ImportĀ upstreamĀ versionĀ 1.3.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
##
2
 
##  config.layout -- Pre-defined Installation Path Layouts
3
 
##
4
 
##  Hints:
5
 
##  - layouts can be loaded with configure's --enable-layout=ID option
6
 
##  - when no --enable-layout option is given, the default layout is `serf'
7
 
##  - a trailing plus character (`+') on paths is replaced with a 
8
 
##    `/<target>' suffix where <target> is currently hardcoded to 'serf'.
9
 
##    (This may become a configurable parameter at some point.)
10
 
##
11
 
 
12
 
<Layout Serf>
13
 
    prefix:        /usr/local/serf
14
 
    exec_prefix:   ${prefix}
15
 
    bindir:        ${exec_prefix}/bin
16
 
    sbindir:       ${exec_prefix}/bin
17
 
    libdir:        ${exec_prefix}/lib
18
 
    libexecdir:    ${exec_prefix}/modules
19
 
    mandir:        ${prefix}/man
20
 
    sysconfdir:    ${prefix}/conf
21
 
    datadir:       ${prefix}
22
 
    installbuilddir: ${datadir}/build-${SERF_MAJOR_VERSION}
23
 
    includedir:    ${prefix}/include/serf-${SERF_MAJOR_VERSION}
24
 
    localstatedir: ${prefix}
25
 
    libsuffix:     -${SERF_MAJOR_VERSION}
26
 
</Layout>