# wmmp3/cfg - "Build" settings for package

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

[technotes]

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

[buildtimes]

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

[settings]
altpkg   = yes
archive  = same as dockapps
license  = See "license*.txt" in installed tree
licfile  = wmmp3/COPYING
unpack   = relaxed
setpaths = xorg
tmpsize  = 29M

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

[depends]
actools
expat
gawk
grep
mpg123:forward                  # Runtime dependency
pkgconf
sed
xorg

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

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

cd wmmp3
autoreconf -fi

CFLAGS="-fcommon" \
bash ./configure \
    --prefix=$PKGDIR_PROD          \
    --build=$LACARCHBUILD          \
    --host=$LACARCHHOST            \
    --disable-dependency-tracking  \
    --mandir=$MANBASE

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

[build]
cd wmmp3
smpmake && 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_page = tbd
url_home        = tbd
url_lfs         = tbd
url_tarball     = Same as "dockapps"

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

[history]
210329 Added package. Started with cc28df30e ("git" hash).