root/morphix/trunk/ibuild/config/globals

Revision 2, 0.8 kB (checked in by nextime, 2 years ago)

Initial import, branching from morphix svn

Line 
1 #! /usr/bin/env python
2
3 # standard autoconf paths (don't touch)
4 #--
5 prefix = "/home/gandalf/test"
6 exec_prefix = "${prefix}"
7 bindir = "${exec_prefix}/bin"
8 libdir = "${exec_prefix}/lib"
9 libexecdir = "${exec_prefix}/libexec"
10 sbindir = "${exec_prefix}/sbin"
11 datadir = "${prefix}/share"
12 sysconfdir = "${prefix}/etc"
13 mandir = "${prefix}/man"
14
15 #--
16 package = "/ibuild"
17 version = "/0.29"
18
19 # lib
20 iGuiPath = libdir+package+version+"/iGui"
21 intellibuildPath = libdir+package+version+"/intellibuild"
22 # share
23 configPath = datadir+package+version+"/config"
24 docPath = datadir+package+version+"/doc"
25 patchesPath = datadir+package+version+"/patches"
26 templatesPath = datadir+package+version+"/templates"
27
28 chrootPath = "/usr/bin/chrootuid"
29 bzipPath = "/usr/bin/bzip2"
30 mkisofsPath = "/usr/bin/mkisofs"
31
Note: See TracBrowser for help on using the browser.