# pidgin-steam/cfg - "Build" settings for package

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

[technotes]

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

      ocgitfetch --run pidgin-steam \
https://github.com/EionRobb/pidgin-opensteamworks.git

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

[buildtimes]

00.00 hours (or 000.05 minutes) - HP EliteBook 8560w 32GB RAM
00.00 hours (or 000.05 minutes) - ThinkPad E540 i7 4x2 16GB RAM

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

[settings]
configure  = none
exepack    = yes
fortran    = disabled
nls        = disabled
nosyslinks = yes
proddir    = $PRODTREE/pidgin
purge      = no
setpaths   = $PRODTREE/pidgin libgnomering
shareddir  = yes
tmpsize    = 3M
unpack     = relaxed

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

[depends]
gplugin
libgnomering
pidgin-core:strict

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

[build]
cd steam-mobile

for x in \
    gtkcore/include/glib-2.0              \
    json-glib/include/json-glib-1.0       \
    pidgin/include/libpurple              \
    libgnomering/include/gnome-keyring-1  \
    nss/include/nss
do
    LACINCDIRS=$PRODTREE/$x:$LACINCDIRS
done
export LACINCDIRS

make && make install

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

# 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 = git               # See "technotes" in "cfg" file

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

[history]
180714 Added package. Started with 180714 ("git" date).
180824 Updated from 180714 to 180824
190412 Updated from 180824 to feece3ce4 ("git" hash)