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

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

[buildtimes]

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

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

[settings]
build   = default
exepack = yes
license = GNU General Public License, version 2 (June 1991)
tmpsize = 3M

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

[depends]
actools
gawk
grep
sed

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

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

aclocal
autoconf
autoheader
automake --add-missing

bash ./configure \
    --prefix=$PKGDIR_PROD  \
    --build=$LACARCHBUILD  \
    --host=$LACARCHHOST    \
    --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_home    = https://github.com/baruch/gpart
url_tarball = git               # See "technotes" in "cfg" file

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

[history]
210203 Updated from 0.2.1 to ec03350a0 ("git" hash)