# encfs/cfg - "Build" settings for package

#---------------------------------------------------------------------

[technotes]

1. The source tarball used by this package was created  based on "git"
upstream sources. The sources were obtained as follows:

      ocgitfetch --run https://github.com/vgough/encfs.git

#---------------------------------------------------------------------

[buildtimes]

00.01 hours (or 000.65 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo
                                  7200 2GB RAM
00.02 hours (or 001.28 minutes) - HP EliteBook 8560w 32GB RAM
00.03 hours (or 001.82 minutes) - ThinkPad E540 i7 4x2 16GB RAM
00.04 hours (or 002.62 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB
                                  RAM

#---------------------------------------------------------------------

[settings]
exepack  = yes
fortran  = disabled
license  = See "license*.txt" in installed tree
licfile  = COPYING
nls      = disabled

dontfind = fuse310
setpaths = boost fuse209 openssl
tmpsize  = 60M

#---------------------------------------------------------------------

[depends]
actools
boost
cmake
fuse209
gawk
grep
librlog
perl
pkgconf
openssl
sed

#---------------------------------------------------------------------

[configure]
mkdir obj
cd    obj
cmake \
    -DCMAKE_INSTALL_PREFIX=$PKGDIR_PROD \
    ..

#---------------------------------------------------------------------

[build]
cd obj
smpmake
smpmake install

#---------------------------------------------------------------------

# Original URLs. These URLs were valid at one point, but may have died
# since then. If you download newer versions of tarballs [etc.], don't
# delete  the  original versions,  as you may not  be able  to replace
# them.

[urls]
url_debian  = http://packages.debian.org/unstable/source/encfs
url_home    = http://www.arg0.net/encfs
url_lfs     = n/a
url_tarball = git           # See "technotes" in "cfg" file

#---------------------------------------------------------------------

[history]
180303 Updated from 170607 to 180303
180427 Updated to 180427 (same as release 1.9.5)
181107 Updated to 50552b119 ("git" hash)
210126 Updated to c444f9b91