diff options
author | agc <agc> | 2004-06-06 08:02:49 +0000 |
---|---|---|
committer | agc <agc> | 2004-06-06 08:02:49 +0000 |
commit | b3707f0906bb2f720af009cad22e1b009cab5d01 (patch) | |
tree | 8708718e863a09e14aeef997a5a558464950bda4 | |
parent | d4627617e7b7c4be538bd91b6299095703a36fb9 (diff) | |
download | pkgsrc-b3707f0906bb2f720af009cad22e1b009cab5d01.tar.gz |
Initial import of libopendaap-0.2.1 into the Packages Collection.
libopendaap is a library written in C which enables applications to
discover, and connect to, iTunes(R) music shares.
Unlike all other daap implementations, this library is able to connect
to recent iTunes shares which require a special authentication
algorithm.
-rw-r--r-- | audio/libopendaap/DESCR | 6 | ||||
-rw-r--r-- | audio/libopendaap/Makefile | 21 | ||||
-rw-r--r-- | audio/libopendaap/PLIST | 9 | ||||
-rw-r--r-- | audio/libopendaap/buildlink3.mk | 29 | ||||
-rw-r--r-- | audio/libopendaap/distinfo | 4 |
5 files changed, 69 insertions, 0 deletions
diff --git a/audio/libopendaap/DESCR b/audio/libopendaap/DESCR new file mode 100644 index 00000000000..e677d5bd24a --- /dev/null +++ b/audio/libopendaap/DESCR @@ -0,0 +1,6 @@ +libopendaap is a library written in C which enables applications to +discover, and connect to, iTunes(R) music shares. + +Unlike all other daap implementations, this library is able to connect +to recent iTunes shares which require a special authentication +algorithm. diff --git a/audio/libopendaap/Makefile b/audio/libopendaap/Makefile new file mode 100644 index 00000000000..e9044fe9b59 --- /dev/null +++ b/audio/libopendaap/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/06/06 08:02:49 agc Exp $ +# + +DISTNAME= libopendaap-0.2.1 +CATEGORIES= audio +MASTER_SITES= http://crazney.net/programs/itunes/files/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://crazney.net/programs/itunes/libopendaap.html +COMMENT= DAAP client library + +GNU_CONFIGURE= yes +USE_BUILDLINK3= yes +USE_LIBTOOL= yes +LIBTOOL_OVERRIDE= ${WRKSRC}/libtool + +.include "../../devel/pkgconfig/buildlink3.mk" + +.include "../../mk/pthread.buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/audio/libopendaap/PLIST b/audio/libopendaap/PLIST new file mode 100644 index 00000000000..1656d540cfe --- /dev/null +++ b/audio/libopendaap/PLIST @@ -0,0 +1,9 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/06/06 08:02:49 agc Exp $ +include/daap/client.h +lib/libopendaap.a +lib/libopendaap.la +lib/libopendaap.so +lib/libopendaap.so.0 +lib/libopendaap.so.0.1 +lib/pkgconfig/opendaap.pc +@dirrm include/daap diff --git a/audio/libopendaap/buildlink3.mk b/audio/libopendaap/buildlink3.mk new file mode 100644 index 00000000000..ee5cb4511c3 --- /dev/null +++ b/audio/libopendaap/buildlink3.mk @@ -0,0 +1,29 @@ +# $NetBSD: buildlink3.mk,v 1.1.1.1 2004/06/06 08:02:49 agc Exp $ +# XXX +# XXX This file was created automatically using createbuildlink-3.4. +# XXX After this file as been verified as correct, the comment lines +# XXX beginning with "XXX" should be removed. Please do not commit +# XXX unverified buildlink[23].mk files. +# XXX +# XXX Packages that only install static libraries or headers should +# XXX include the following line: +# XXX +# XXX BUILDLINK_DEPMETHOD.libopendaap?= build + +BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ +LIBOPENDAAP_BUILDLINK3_MK:= ${LIBOPENDAAP_BUILDLINK3_MK}+ + +.if !empty(BUILDLINK_DEPTH:M+) +BUILDLINK_DEPENDS+= libopendaap +.endif + +BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nlibopendaap} +BUILDLINK_PACKAGES+= libopendaap + +.if !empty(LIBOPENDAAP_BUILDLINK3_MK:M+) +BUILDLINK_DEPENDS.libopendaap+= libopendaap>=0.2.1 +BUILDLINK_PKGSRCDIR.libopendaap?= ../../local/libopendaap +.endif # LIBOPENDAAP_BUILDLINK3_MK + + +BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//} diff --git a/audio/libopendaap/distinfo b/audio/libopendaap/distinfo new file mode 100644 index 00000000000..786138f7fae --- /dev/null +++ b/audio/libopendaap/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/06/06 08:02:49 agc Exp $ + +SHA1 (libopendaap-0.2.1.tar.bz2) = 9e5d143087f7f5366250b47ba3444fa3ed46794d +Size (libopendaap-0.2.1.tar.bz2) = 325586 bytes |