# djvulibre/cfg - "Build" settings for package

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

[technotes]

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

[buildtimes]

00.02 hours (or 000.98 minutes) - HP EliteBook 8560w 32GB RAM
00.02 hours (or 001.32 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo
                                  7200 2GB RAM
00.03 hours (or 001.67 minutes) - ThinkPad E540 i7 4x2 16GB RAM
00.15 hours (or 008.77 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB
                                  RAM

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

[settings]
build   = default
exepack = yes
fortran = disabled
license = GNU General Public License, version 2 (June 1991)
nls     = disabled
tmpsize = 63M

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

[depends]
actools
fontconfig
freetype2
gawk
grep
jpeg
sed
tiff
xorg

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

# Note: The "rm -f" line used below deletes two  broken  header  files
# that come with the "qt3" package ("npapi.h" and "npupp.h").

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

bash ./configure \
    --prefix=$PKGDIR_PROD   \
    --build=$LACARCHBUILD   \
    --host=$LACARCHHOST     \
    --disable-debug         \
    --disable-desktopfiles  \
    --disable-i18n          \
    --enable-shared=yes     \
    --enable-static=no      \
    --enable-threads        \
    --mandir=$MANBASE       \
    --with-x

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

# 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  = Not checked yet
url_home    = http://djvu.sourceforge.net/
url_lfs     = n/a

url_tarball = http://downloads.sourceforge.net/djvu/\
djvulibre-3.5.28.tar.gz

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

[history]
241206 Updated from 3.5.27 to 3.5.28