COMMENT = library and tools to access the IE Cache File (index.dat) VERSION = 20240425 DISTNAME = libmsiecf-alpha-${VERSION} PKGNAME = ${DISTNAME:S/-alpha//} SHARED_LIBS += msiecf 0.1 # 1.0 CATEGORIES = sysutils security HOMEPAGE = https://github.com/libyal/libmsiecf/wiki MAINTAINER = Sebastian Reitenbach SITES = https://github.com/libyal/libmsiecf/releases/download/${VERSION}/ # LGPLv3+ PERMIT_PACKAGE = Yes WANTLIB = ${MODPY_WANTLIB} WANTLIB += bfio c iconv intl m pthread util CONFIGURE_STYLE = gnu CONFIGURE_ARGS += --enable-python WRKDIST = ${WRKDIR}/${PKGNAME} MODULES += lang/python BUILD_DEPENDS = devel/gettext,-tools \ devel/py-setuptools LIB_DEPENDS += devel/libbfio TEST_DEPENDS += shells/bash pre-test: sed -i s,#!/bin/bash,#!/${LOCALBASE}/bin/bash, ${WRKSRC}/tests/test_*.sh .include