# clanlib/cfg - "Build" settings for package

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

[technotes]

1. The source tarball used by this  package was created based on "git"
upstream sources. The following command was used:

    ocgitfetch --run clanlib \
https://github.com/sphair/ClanLib.git

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

[buildtimes]

00.11 hours (or 006.73 minutes) - HP EliteBook 8560w 32GB RAM
00.14 hours (or 008.68 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo
                                  7200 2GB RAM
00.20 hours (or 012.15 minutes) - ThinkPad E540 i7 4x2 16GB RAM

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

[settings]
altpkg   = yes
build    = default
exepack  = yes
license  = See "license*.txt" in installed tree
licfile  = COPYING
tmpsize  = 381M

setpaths = xorg

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

[depends]
actools
alsa
fontconfig
freetype2
gawk
graphviz
grep
jpeg
libmikmod
libogg
libpng
libvorbis
pcre
perl
pkgconf
sed
sqlite3
xorg
zlib

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

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

bash ./autogen.sh

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

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

# 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://clanlib.org/
url_lfs     = Not checked yet
url_tarball = git           # See "technotes" in "cfg" file

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

[history]
181110 Updated from svn-10035 to 335184f66 ("git" hash)
241004 Updated to c03033fc0