PKGNAME=libilbm
PKGSEC=libs
PKGDEP="libiff"
BUILDDEP="help2man"
PKGDES="Parser library for ILBM (IFF Interleaved BitMap)"

ABTYPE=autotools

# FIXME: Shadow build fails.
#
# [...]/libilbm/src/ilbmpack/pack.c:25:10: fatal error: ilbm.h: No such file or directory
#    25 | #include "ilbm.h"
#       |          ^~~~~~~~
# compilation terminated.
ABSHADOW=0

# FIXME: Build fails with parallelism.
#
# help2man: can't get `--help' info from ./ilbmpack
# Try `--no-discard-stderr' if option outputs to stderr
NOPARALLEL=1
