# libgee/cfg - "Build" settings for package

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

[technotes]

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

[buildtimes]

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

[settings]
build    = default
compiler = clang
license  = See "license*.txt" in installed tree
licfile  = COPYING
nowerror = yes
tmpsize  = 32M
unpack   = relaxed
uscheck  = C210629, R210317, active

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

[depends]
actools
gawk
grep
gtkcore:strict
pkgconf
sed
vala:strict

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

[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

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

[postbuild]
ln -nsf $PKGDIR_PROD/share/vala/vapi/gee-0.8.vapi \
        $PRODTREE/gtkcore/share/vala/vapi/

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

# 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 = https://ftp.gnome.org/pub/gnome/sources/\
libgee/0.20/libgee-0.20.6.tar.xz

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

[history]
180317 Added package. Started with 0.20.1.
191002 Updated to 0.20.2
210224 Updated to 0.20.3
210428 Updated to 0.20.4
220820 Updated to 0.20.5
240510 Updated to 0.20.6