Added libxslt-1.1.24 template.
[pkgfs.git] / pkgfs.conf
blobba57488769700fe815ad793cc2f1f49a71044f9f
2 # Configuration file for pkgfs.
5 # Global directory where the pkgfs distribution files are stored.
6 # Templates, patches, helpers and dependency files should all be
7 # in that directory.
9 PKGFS_DISTRIBUTIONDIR=$HOME/pkgfs
12 # Master directory: this is where all symlinks will be
13 # created pointing at packages installed in PKGFS_DESTDIR.
15 PKGFS_MASTERDIR=$PKGFS_DISTRIBUTIONDIR/depot
18 # Destination directory: this is where all packages will be installed.
20 PKGFS_DESTDIR=$PKGFS_DISTRIBUTIONDIR/packages
23 # Directory where source files will be extracted to.
25 PKGFS_BUILDDIR=$PKGFS_DISTRIBUTIONDIR/builddir
28 # Directory where source distribution files are stored.
30 PKGFS_SRCDISTDIR=$PKGFS_DISTRIBUTIONDIR/srcdistdir
33 # Directory where configuration files installed by packages will
34 # be installed. Please note that files on this directory won't be
35 # removed if a package is unstowned.
37 # BEWARE: the package itself may overwrite them in some cases!
39 PKGFS_SYSCONFDIR=$PKGFS_MASTERDIR/etc
42 # Path to the xstow program.
44 PKGFS_XSTOW_CMD=$PKGFS_MASTERDIR/bin/xstow
47 # Compilation flags for cc and c++.
49 PKGFS_CFLAGS="-O2 -pipe"
50 PKGFS_CXXFLAGS="$PKGFS_CFLAGS"
53 # Number of jobs when running GNU or BSD make style packages.
55 #PKGFS_MAKEJOBS=4