mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
comms/libimobiledevice-glue: New port
Library with common code used by the libraries and tools around the libimobiledevice project. PR: 280014 Reported by: <fabio.comolli@gmail.com>
This commit is contained in:
parent
8a03fb6d4c
commit
9e7dc527bb
@ -75,6 +75,7 @@
|
||||
SUBDIR += libfap
|
||||
SUBDIR += libfec
|
||||
SUBDIR += libimobiledevice
|
||||
SUBDIR += libimobiledevice-glue
|
||||
SUBDIR += libirman
|
||||
SUBDIR += libmodbus
|
||||
SUBDIR += librs232
|
||||
|
29
comms/libimobiledevice-glue/Makefile
Normal file
29
comms/libimobiledevice-glue/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
PORTNAME= libimobiledevice-glue
|
||||
PORTVERSION= 1.3.0
|
||||
CATEGORIES= comms
|
||||
MASTER_SITES= https://github.com/libimobiledevice/${PORTNAME}/releases/download/${PORTVERSION}/
|
||||
|
||||
MAINTAINER= jhale@FreeBSD.org
|
||||
COMMENT= Common code used by the libimobiledevice project
|
||||
WWW= https://www.libimobiledevice.org
|
||||
|
||||
LICENSE= LGPL21+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
LIB_DEPENDS= libplist-2.0.so:devel/libplist
|
||||
|
||||
USES= libtool pathfix pkgconfig tar:bzip2
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
PORTDOCS= NEWS README.md
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
post-install:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
3
comms/libimobiledevice-glue/distinfo
Normal file
3
comms/libimobiledevice-glue/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1720417820
|
||||
SHA256 (libimobiledevice-glue-1.3.0.tar.bz2) = 96ec4eb2b1e217392149eafb2b5c3cd3e7110200f0e2bb5003c37d3ead7244ef
|
||||
SIZE (libimobiledevice-glue-1.3.0.tar.bz2) = 340138
|
2
comms/libimobiledevice-glue/pkg-descr
Normal file
2
comms/libimobiledevice-glue/pkg-descr
Normal file
@ -0,0 +1,2 @@
|
||||
Library with common code used by the libraries and tools around the
|
||||
libimobiledevice project.
|
16
comms/libimobiledevice-glue/pkg-plist
Normal file
16
comms/libimobiledevice-glue/pkg-plist
Normal file
@ -0,0 +1,16 @@
|
||||
include/libimobiledevice-glue/cbuf.h
|
||||
include/libimobiledevice-glue/collection.h
|
||||
include/libimobiledevice-glue/glue.h
|
||||
include/libimobiledevice-glue/nskeyedarchive.h
|
||||
include/libimobiledevice-glue/opack.h
|
||||
include/libimobiledevice-glue/sha.h
|
||||
include/libimobiledevice-glue/socket.h
|
||||
include/libimobiledevice-glue/termcolors.h
|
||||
include/libimobiledevice-glue/thread.h
|
||||
include/libimobiledevice-glue/tlv.h
|
||||
include/libimobiledevice-glue/utils.h
|
||||
lib/libimobiledevice-glue-1.0.a
|
||||
lib/libimobiledevice-glue-1.0.so
|
||||
lib/libimobiledevice-glue-1.0.so.0
|
||||
lib/libimobiledevice-glue-1.0.so.0.3.0
|
||||
libdata/pkgconfig/libimobiledevice-glue-1.0.pc
|
Loading…
Reference in New Issue
Block a user