# bitlbee/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 bitlbee \
https://github.com/bitlbee/bitlbee.git

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

[buildtimes]

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

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

[settings]
build    = default
exepack  = yes
fortran  = disabled
license  = See "license*.txt" in installed tree
licfile  = COPYING
nls      = disabled
setpaths = $PRODTREE/pidgin
tmpsize  = 16M

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

[depends]
pidgin-core

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

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

bash ./configure \
    --prefix=$PKGDIR_PROD  \
    --mandir=$MANBASE      \
    --purple=1             \
    --twitter=1

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

[postbuild]
SBINDIR=$PKGDIR_PROD/sbin
mkdir -p $SBINDIR
cp -p $PKGDIR_SPECIAL/bitlstart $SBINDIR/

chmod 755 $SBINDIR/bitlstart
chmod u+s $SBINDIR/bitlbee

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

[setup.boot]
mkdir -p               /home/hexroot/.bitlbee
chown -R hexroot.users /home/hexroot

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

# 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]
170925 Added package. Started with 3.5.1.
180715 Updated from 3.5.1  to 180715    ("git" date)
180824 Updated from 180715 to 180824
181028 Updated from 180824 to c3599e03f ("git" hash)