# gtkspell3/cfg - "Build" settings for package

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

[technotes]

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

[buildtimes]

00.01 hours (or 000.33 minutes) - ThinkPad E540 i7 4x2 16GB RAM

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

[settings]
build      = default
dontfind   = enchant01
fortran    = disabled
license    = See "license*.txt" in installed tree
licfile    = COPYING
nls        = disabled
nosyslinks = yes
setpaths   = enchant02, gettext
tmpsize    = 4M
unpack     = relaxed

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

[depends]
actools
cpan-xml-parser
enchant02
gawk
gettext
grep
gtkcore
pango
perl
pkgconf
sed

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

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

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

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

[postbuild]
SHADIR=$PKGDIR_PROD/share
rm -fr $SHADIR/{gtk-doc,locale}
(rmdir $SHADIR 2> /dev/null || true)

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

# 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://gtkspell.sourceforge.net/
url_lfs     = n/a

url_tarball = http://downloads.sourceforge.net/\
gtkspell/gtkspell3-3.0.10.tar.xz

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

[history]
171205 Split gtkspell into gtkspell2 and gtkspell3
171205 Started gtkspell3 with 3.0.9
180922 Updated from 3.0.9 to 3.0.10