A library for connecting to & using icecast servers
This commit is contained in:
parent
dc00312ede
commit
95426d5cca
5 changed files with 87 additions and 0 deletions
2
libshout/DESCR
Normal file
2
libshout/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
libshout is a library for connecting and sending data to icecast servers.
|
||||
Available both in the ices distribution or installed seperately.
|
31
libshout/Makefile
Normal file
31
libshout/Makefile
Normal file
|
@ -0,0 +1,31 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2003/04/29 01:35:08 icmp Exp $
|
||||
#
|
||||
|
||||
DISTNAME= libshout-1.0.9
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://developer.icecast.org/libshout/releases/
|
||||
|
||||
MAINTAINER= packages@netbsd.org
|
||||
HOMEPAGE= http://developer.icecast.org/libshout/
|
||||
COMMENT= Library for using icecast servers
|
||||
|
||||
GNU_CONFIGURE= # defined
|
||||
REAL_INSTALL= ${INSTALL} -c -o 0 -g 0
|
||||
|
||||
# The GNU Makefile in the distribution is stubborn about changing where
|
||||
# docs and examples get installed, so...
|
||||
|
||||
.include "../../mk/bsd.prefs.mk"
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${LOCALBASE}/share/examples/${PKGNAME}
|
||||
${MKDIR} ${LOCALBASE}/share/doc/${PKGNAME}
|
||||
${MKDIR} ${LOCALBASE}/include/shout
|
||||
${SH} -c "${REAL_INSTALL} ${WRKSRC}/example/* ${LOCALBASE}/share/examples/${PKGNAME}"
|
||||
${SH} -c "${REAL_INSTALL} ${WRKSRC}/doc/*.html ${LOCALBASE}/share/doc/${PKGNAME}"
|
||||
${SH} -c "${REAL_INSTALL} ${WRKSRC}/shout.h ${LOCALBASE}/include/shout"
|
||||
${SH} -c "${REAL_INSTALL} ${WRKSRC}/.libs/libshout.so* ${LOCALBASE}/lib"
|
||||
${SH} -c "${REAL_INSTALL} ${WRKSRC}/.libs/libshout.la ${LOCALBASE}/lib"
|
||||
${SH} -c "${REAL_INSTALL} ${WRKSRC}/.libs/libshout.a ${LOCALBASE}/lib"
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
31
libshout/PLIST
Normal file
31
libshout/PLIST
Normal file
|
@ -0,0 +1,31 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2003/04/29 01:35:08 icmp Exp $
|
||||
include/shout/shout.h
|
||||
lib/libshout.a
|
||||
lib/libshout.la
|
||||
lib/libshout.so
|
||||
lib/libshout.so.2
|
||||
lib/libshout.so.2.2
|
||||
share/doc/libshout-1.0.9/connection.html
|
||||
share/doc/libshout-1.0.9/datastreaming.html
|
||||
share/doc/libshout-1.0.9/datastructures.html
|
||||
share/doc/libshout-1.0.9/errorhandling.html
|
||||
share/doc/libshout-1.0.9/example.html
|
||||
share/doc/libshout-1.0.9/example_c.html
|
||||
share/doc/libshout-1.0.9/index.html
|
||||
share/doc/libshout-1.0.9/initialization.html
|
||||
share/doc/libshout-1.0.9/metadata.html
|
||||
share/doc/libshout-1.0.9/overview.html
|
||||
share/doc/libshout-1.0.9/reference.html
|
||||
share/doc/libshout-1.0.9/shout_conn_t.html
|
||||
share/doc/libshout-1.0.9/shout_connect.html
|
||||
share/doc/libshout-1.0.9/shout_disconnect.html
|
||||
share/doc/libshout-1.0.9/shout_init_connection.html
|
||||
share/doc/libshout-1.0.9/shout_send_data.html
|
||||
share/doc/libshout-1.0.9/shout_sleep.html
|
||||
share/doc/libshout-1.0.9/shout_strerror.html
|
||||
share/doc/libshout-1.0.9/shout_update_metadata.html
|
||||
share/examples/libshout-1.0.9/Makefile
|
||||
share/examples/libshout-1.0.9/example.c
|
||||
@dirrm share/examples/libshout-1.0.9
|
||||
@dirrm share/doc/libshout-1.0.9
|
||||
@dirrm include/shout
|
19
libshout/buildlink2.mk
Normal file
19
libshout/buildlink2.mk
Normal file
|
@ -0,0 +1,19 @@
|
|||
# $NetBSD: buildlink2.mk,v 1.1.1.1 2003/04/29 01:35:08 icmp Exp $
|
||||
|
||||
.if !defined(LIBSHOUT_BUILDLINK2_MK)
|
||||
LIBSHOUT_BUILDLINK2_MK= # defined
|
||||
|
||||
BUILDLINK_PACKAGES+= libshout
|
||||
BUILDLINK_DEPENDS.libshout?= libshout>=1.0.9
|
||||
BUILDLINK_PKGSRCDIR.libshout?= ../../wip/libshout
|
||||
|
||||
EVAL_PREFIX+= BUILDLINK_PREFIX.libshout=libshout
|
||||
BUILDLINK_PREFIX.libshout_DEFAULT= ${LOCALBASE}
|
||||
BUILDLINK_FILES.libshout+= include/shout/shout.h
|
||||
BUILDLINK_FILES.libshout+= lib/libshout.so
|
||||
|
||||
BUILDLINK_TARGETS+= libshout-buildlink
|
||||
|
||||
libshout-buildlink: _BUILDLINK_USE
|
||||
|
||||
.endif # LIBSHOUT_BUILDLINK2_MK
|
4
libshout/distinfo
Normal file
4
libshout/distinfo
Normal file
|
@ -0,0 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2003/04/29 01:35:08 icmp Exp $
|
||||
|
||||
SHA1 (libshout-1.0.9.tar.gz) = 99c0bad5f1ceed3bda2e6950bd5b405d8e79ea61
|
||||
Size (libshout-1.0.9.tar.gz) = 169553 bytes
|
Loading…
Reference in a new issue