PKGNAME=systemtap
PKGSEC=devel
PKGDEP="elfutils nss python-3 cpio"
BUILDDEP="setuptools xmlto"
PKGDES="Scripting language and tool for dynamically instrumenting running production Linux-based operating systems"

AUTOTOOLS_STRICT=0
AUTOTOOLS_AFTER=(
    '--enable-pie'
    '--disable-docs'
    '--disable-htmldocs'
    '--disable-refdocs'
    '--with-python3'
)
