# hivex/cfg - "Build" settings for package

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

[technotes]

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

[buildtimes]

00.03 hours (or 001.85 minutes) - ThinkPad W530 i7 4x2 32GB RAM

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

[settings]
build    = default
license  = See "license*.txt" in installed tree
licfile  = LICENSE
setpaths = ocaml
tmpsize  = 18M

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

[depends]
actools
cpancore
gawk
grep
libxml2
ocaml:strict
ocamlfind
perl
python
ruby30:strict
sed
xzutils
zlib

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

[configure]
MANBASE=$PKGDIR_PROD/man
mkdir -p $MANBASE

bash ./configure \
    --prefix=$PKGDIR_PROD          \
    --build=$LACARCHBUILD          \
    --host=$LACARCHHOST            \
    --disable-dependency-tracking  \
    --enable-shared=yes            \
    --enable-static=no             \
    --mandir=$MANBASE

rm -fr `find $PRODTREE/ocaml/ | grep hivex`

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

[postbuild]
LIBOCAML=$PRODTREE/ocaml/lib/ocaml
mkdir -p $LIBOCAML/site-lib
cd       $LIBOCAML/site-lib
#
if [ -d     ../hivex ]; then
    ln -nsf ../hivex .
fi

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

# 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  = tbd
url_home    = tbd
url_lfs     = tbd

url_tarball = http://download.libguestfs.org/hivex/\
hivex-1.3.21.tar.gz

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

[history]
180504 Added package. Started with 1.3.15.
210320 Updated to 1.3.19
211209 Updated to 1.3.21