# libxpresent/cfg - "Build" settings for package

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

[technotes]

1. The source tarball used by this package was created  based on "git"
upstream sources. The sources were obtained as follows:

      ocgitfetch --run \
https://gitlab.freedesktop.org/xorg/lib/libxpresent.git

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

[buildtimes]

00.01 hours (or 000.67 minutes) - ThinkPad W530 i7 4x2 32GB RAM  using
                                  a 64-bit kernel and  32-bit distro -
                                  clang

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

[settings]
build     = default
compiler  = clang
license   = See "license*.txt" in installed tree
licfile   = COPYING
licprefix = $PRODTREE/xorg
proddir   = none
purge     = no
shareddir = yes

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

[depends]
actools
coreutils
gawk
grep
libbsd
ncurses
pkgconf
printproto
sed
xorgbase:strict

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

[configure]
PREFIX=$PRODTREE/xorg
MANBASE=$PREFIX/man

mkdir -p $MANBASE
# export ACLOCAL="aclocal -I $PREFIX/share/aclocal"

sh ./autogen.sh \
    --prefix=$PREFIX               \
    --build=$LACARCHBUILD          \
    --host=$LACARCHHOST            \
    --disable-dependency-tracking  \
    --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_debian  = Not checked yet
url_home    = n/a
url_lfs     = n/a
url_tarball = git           # See "technotes" in "cfg" file

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

[history]
240123 Added package. Started with 6bbbcf921 ("git" hash).