mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
New port: devel/libsmdev
Library to access to storage media devices. WWW: http://code.google.com/p/libsmdev/
This commit is contained in:
parent
688ae645ee
commit
b9dafab452
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=352698
@ -1108,6 +1108,7 @@
|
||||
SUBDIR += libsigsegv
|
||||
SUBDIR += libslang2
|
||||
SUBDIR += libslave
|
||||
SUBDIR += libsmdev
|
||||
SUBDIR += libsoup
|
||||
SUBDIR += libsoup-gnome
|
||||
SUBDIR += libsoup-reference
|
||||
|
31
devel/libsmdev/Makefile
Normal file
31
devel/libsmdev/Makefile
Normal file
@ -0,0 +1,31 @@
|
||||
# Created by: Antoine Brodin <antoine@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libsmdev
|
||||
DISTVERSION= alpha-20140428
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= https://googledrive.com/host/0B3fBvzttpiiSNEJFQ1FqanFYVUU/ \
|
||||
LOCAL/antoine
|
||||
|
||||
MAINTAINER= antoine@FreeBSD.org
|
||||
COMMENT= Library to access to storage media devices
|
||||
|
||||
LICENSE= LGPL3
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} ${ICONV_CONFIGURE_ARG}
|
||||
USES= gettext iconv libtool pathfix
|
||||
USE_PYTHON= 2
|
||||
USE_LDCONFIG= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:E}
|
||||
|
||||
PORTDOCS= AUTHORS ChangeLog
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
post-install:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/libsmdev/distinfo
Normal file
2
devel/libsmdev/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (libsmdev-alpha-20140428.tar.gz) = 016b684324aa41ebb6c379c685579150937d3bf09125aa901966a611d5ad3c4d
|
||||
SIZE (libsmdev-alpha-20140428.tar.gz) = 1116612
|
3
devel/libsmdev/pkg-descr
Normal file
3
devel/libsmdev/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Library to access to storage media devices.
|
||||
|
||||
WWW: http://code.google.com/p/libsmdev/
|
18
devel/libsmdev/pkg-plist
Normal file
18
devel/libsmdev/pkg-plist
Normal file
@ -0,0 +1,18 @@
|
||||
bin/smdevinfo
|
||||
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.so
|
||||
lib/libsmdev.so.1
|
||||
lib/libsmdev.so.1.0.0
|
||||
%%PYTHON_SITELIBDIR%%/pysmdev.a
|
||||
%%PYTHON_SITELIBDIR%%/pysmdev.so
|
||||
libdata/pkgconfig/libsmdev.pc
|
||||
man/man1/smdevinfo.1.gz
|
||||
man/man3/libsmdev.3.gz
|
||||
@dirrm include/libsmdev
|
Loading…
Reference in New Issue
Block a user