import libsmraw: library and tools to access the (split) RAW image format.
ok benoit@.
This commit is contained in:
parent
83b77af7c3
commit
c47ee1dd8b
39
sysutils/libsmraw/Makefile
Normal file
39
sysutils/libsmraw/Makefile
Normal file
@ -0,0 +1,39 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2017/02/14 20:23:09 rpointel Exp $
|
||||
|
||||
COMMENT = library and tools to access the (split) RAW image format
|
||||
|
||||
VERSION = 20160424
|
||||
DISTNAME = libsmraw-alpha-${VERSION}
|
||||
PKGNAME = ${DISTNAME:S/-alpha//}
|
||||
|
||||
SHARED_LIBS += smraw 0.0 # 1.0
|
||||
|
||||
CATEGORIES = sysutils security
|
||||
|
||||
HOMEPAGE = https://github.com/libyal/libsmraw/wiki
|
||||
|
||||
MASTER_SITES = https://github.com/libyal/libsmraw/releases/download/${VERSION}/
|
||||
|
||||
MAINTAINER = Remi Pointel <rpointel@openbsd.org>
|
||||
|
||||
# LGPLv3+
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
|
||||
WANTLIB += bfio c crypto fuse m pthread util ${MODPY_WANTLIB}
|
||||
|
||||
CONFIGURE_STYLE = gnu
|
||||
CONFIGURE_ARGS += --enable-python
|
||||
|
||||
WRKDIST = ${WRKDIR}/${PKGNAME}
|
||||
|
||||
MODULES += devel/gettext \
|
||||
lang/python
|
||||
|
||||
LIB_DEPENDS += devel/libbfio
|
||||
|
||||
TEST_DEPENDS += shells/bash
|
||||
|
||||
pre-test:
|
||||
sed -i s,#!/bin/bash,#!/${LOCALBASE}/bin/bash, ${WRKSRC}/tests/test_*.sh
|
||||
|
||||
.include <bsd.port.mk>
|
2
sysutils/libsmraw/distinfo
Normal file
2
sysutils/libsmraw/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (libsmraw-alpha-20160424.tar.gz) = SL8ebqO5WUBS0GmPB7OeSkBXZnXOknd2GpK2P9gbIQ4=
|
||||
SIZE (libsmraw-alpha-20160424.tar.gz) = 1554105
|
1
sysutils/libsmraw/pkg/DESCR
Normal file
1
sysutils/libsmraw/pkg/DESCR
Normal file
@ -0,0 +1 @@
|
||||
Library and tools to access the (split) RAW image format.
|
20
sysutils/libsmraw/pkg/PLIST
Normal file
20
sysutils/libsmraw/pkg/PLIST
Normal file
@ -0,0 +1,20 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2017/02/14 20:23:09 rpointel Exp $
|
||||
@bin bin/smrawmount
|
||||
@bin bin/smrawverify
|
||||
include/libsmraw/
|
||||
include/libsmraw.h
|
||||
include/libsmraw/codepage.h
|
||||
include/libsmraw/definitions.h
|
||||
include/libsmraw/error.h
|
||||
include/libsmraw/extern.h
|
||||
include/libsmraw/features.h
|
||||
include/libsmraw/types.h
|
||||
lib/libsmraw.a
|
||||
lib/libsmraw.la
|
||||
@lib lib/libsmraw.so.${LIBsmraw_VERSION}
|
||||
lib/pkgconfig/libsmraw.pc
|
||||
lib/python${MODPY_VERSION}/site-packages/pysmraw.a
|
||||
lib/python${MODPY_VERSION}/site-packages/pysmraw.la
|
||||
lib/python${MODPY_VERSION}/site-packages/pysmraw.so
|
||||
@man man/man1/smrawmount.1
|
||||
@man man/man3/libsmraw.3
|
Loading…
Reference in New Issue
Block a user