update libolecf to 20191221 and switch to python3.
This commit is contained in:
parent
55e083a34f
commit
d98d8f7b5e
@ -1,11 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2019/07/12 20:49:44 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2020/03/17 21:27:32 rpointel Exp $
|
||||
|
||||
COMMENT = library and tools to access the OLE 2 Compound File
|
||||
|
||||
VERSION = 20170825
|
||||
VERSION = 20191221
|
||||
DISTNAME = libolecf-alpha-${VERSION}
|
||||
PKGNAME = ${DISTNAME:S/-alpha//}
|
||||
REVISION = 0
|
||||
|
||||
SHARED_LIBS += olecf 0.1 # 1.0
|
||||
|
||||
@ -24,11 +23,12 @@ WANTLIB = ${MODPY_WANTLIB}
|
||||
WANTLIB += bfio c fuse iconv intl m pthread util
|
||||
|
||||
CONFIGURE_STYLE = gnu
|
||||
CONFIGURE_ARGS += --enable-python
|
||||
CONFIGURE_ARGS += --enable-python3
|
||||
|
||||
WRKDIST = ${WRKDIR}/${PKGNAME}
|
||||
|
||||
MODULES += lang/python
|
||||
MODPY_VERSION = ${MODPY_DEFAULT_VERSION_3}
|
||||
|
||||
BUILD_DEPENDS = devel/gettext,-tools
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (libolecf-alpha-20170825.tar.gz) = bs3iehilY8oztKPCzpABvJIes/EBXs9bSRuMxW5LCGc=
|
||||
SIZE (libolecf-alpha-20170825.tar.gz) = 1534747
|
||||
SHA256 (libolecf-alpha-20191221.tar.gz) = Qge0lizhVWUZqby0RSnGBe2l7E287T9T4EIe1GpUV7k=
|
||||
SIZE (libolecf-alpha-20191221.tar.gz) = 1588002
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2017/02/13 19:41:08 rpointel Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2020/03/17 21:27:33 rpointel Exp $
|
||||
@bin bin/olecfexport
|
||||
@bin bin/olecfinfo
|
||||
@bin bin/olecfmount
|
||||
@ -11,13 +11,13 @@ include/libolecf/extern.h
|
||||
include/libolecf/features.h
|
||||
include/libolecf/ole.h
|
||||
include/libolecf/types.h
|
||||
lib/libolecf.a
|
||||
@static-lib lib/libolecf.a
|
||||
lib/libolecf.la
|
||||
@lib lib/libolecf.so.${LIBolecf_VERSION}
|
||||
lib/pkgconfig/libolecf.pc
|
||||
lib/python${MODPY_VERSION}/site-packages/${MODPY_PYOEXTENSION}lecf.a
|
||||
lib/python${MODPY_VERSION}/site-packages/${MODPY_PYOEXTENSION}lecf.la
|
||||
lib/python${MODPY_VERSION}/site-packages/${MODPY_PYOEXTENSION}lecf.so
|
||||
lib/python${MODPY_VERSION}/site-packages/pyolecf.a
|
||||
lib/python${MODPY_VERSION}/site-packages/pyolecf.la
|
||||
@so lib/python${MODPY_VERSION}/site-packages/pyolecf.so
|
||||
@man man/man1/olecfexport.1
|
||||
@man man/man1/olecfinfo.1
|
||||
@man man/man3/libolecf.3
|
||||
|
Loading…
x
Reference in New Issue
Block a user