import libsmdev: library to access to storage media devices.
ok benoit@.
This commit is contained in:
parent
c17619fc6a
commit
83b77af7c3
34
sysutils/libsmdev/Makefile
Normal file
34
sysutils/libsmdev/Makefile
Normal file
@ -0,0 +1,34 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2017/02/14 20:21:57 rpointel Exp $
|
||||
|
||||
COMMENT = library to access to storage media devices
|
||||
|
||||
VERSION = 20160320
|
||||
DISTNAME = libsmdev-alpha-${VERSION}
|
||||
PKGNAME = ${DISTNAME:S/-alpha//}
|
||||
|
||||
SHARED_LIBS += smdev 0.0 # 1.0
|
||||
|
||||
CATEGORIES = sysutils security
|
||||
|
||||
HOMEPAGE = https://github.com/libyal/libsmdev/wiki
|
||||
|
||||
MASTER_SITES = https://github.com/libyal/libsmdev/releases/download/${VERSION}/
|
||||
|
||||
MAINTAINER = Remi Pointel <rpointel@openbsd.org>
|
||||
|
||||
# LGPLv3+
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
|
||||
WANTLIB += c m pthread util ${MODPY_WANTLIB}
|
||||
|
||||
CONFIGURE_STYLE = gnu
|
||||
CONFIGURE_ARGS += --enable-python
|
||||
|
||||
WRKDIST = ${WRKDIR}/${PKGNAME}
|
||||
|
||||
MODULES += devel/gettext \
|
||||
lang/python
|
||||
|
||||
TEST_DEPENDS += shells/bash
|
||||
|
||||
.include <bsd.port.mk>
|
2
sysutils/libsmdev/distinfo
Normal file
2
sysutils/libsmdev/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (libsmdev-alpha-20160320.tar.gz) = anzdp0bKKbrAb22XtMlbpNJtBj/3GBTaK7n1vy1Q0UM=
|
||||
SIZE (libsmdev-alpha-20160320.tar.gz) = 1174033
|
1
sysutils/libsmdev/pkg/DESCR
Normal file
1
sysutils/libsmdev/pkg/DESCR
Normal file
@ -0,0 +1 @@
|
||||
Library to access to storage media devices.
|
19
sysutils/libsmdev/pkg/PLIST
Normal file
19
sysutils/libsmdev/pkg/PLIST
Normal file
@ -0,0 +1,19 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2017/02/14 20:21:57 rpointel Exp $
|
||||
@bin bin/smdevinfo
|
||||
include/libsmdev/
|
||||
include/libsmdev.h
|
||||
include/libsmdev/codepage.h
|
||||
include/libsmdev/definitions.h
|
||||
include/libsmdev/error.h
|
||||
include/libsmdev/extern.h
|
||||
include/libsmdev/features.h
|
||||
include/libsmdev/types.h
|
||||
lib/libsmdev.a
|
||||
lib/libsmdev.la
|
||||
@lib lib/libsmdev.so.${LIBsmdev_VERSION}
|
||||
lib/pkgconfig/libsmdev.pc
|
||||
lib/python${MODPY_VERSION}/site-packages/pysmdev.a
|
||||
lib/python${MODPY_VERSION}/site-packages/pysmdev.la
|
||||
lib/python${MODPY_VERSION}/site-packages/pysmdev.so
|
||||
@man man/man1/smdevinfo.1
|
||||
@man man/man3/libsmdev.3
|
Loading…
Reference in New Issue
Block a user