PKGNAME=yara
PKGSEC=utils
PKGDEP="file openssl"
BUILDDEP="setuptools"
PKGDES="Tool aimed at helping malware researchers to identify and classify malware samples"

# --enable-static is simply needed to complete build,
# all static libraries discarded when packaging.
AUTOTOOLS_AFTER="--with-crypto --enable-magic \
                 --enable-static"
ABSHADOW=no
