rtunes, a small utility to stream audio data to an Apple AirPort Express

device.
This commit is contained in:
mbalmer 2006-04-12 07:10:25 +00:00
parent 9074e0ef23
commit 9ecb0275c8
4 changed files with 41 additions and 0 deletions

29
audio/rtunes/Makefile Normal file
View File

@ -0,0 +1,29 @@
# $OpenBSD: Makefile,v 1.1.1.1 2006/04/12 07:10:25 mbalmer Exp $
COMMENT= "Streams audio to Apple AirPort Express device"
DISTNAME= rtunes-0.3
CATEGORIES= audio net
MASTER_SITES= http://www.nazgul.ch/dev/
HOMEPAGE= http://www.nazgul.ch/dev.html
MAINTAINER= Marcus Glocker <marcus@nazgul.ch>
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c crypto
NO_REGRESS= Yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/rtunes ${PREFIX}/bin/rtunes
${INSTALL_MAN} ${WRKSRC}/rtunes.1 ${PREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/rtunes.conf.5 ${PREFIX}/man/man5
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/rtunes
${INSTALL_DATA} ${WRKSRC}/rtunes.conf ${PREFIX}/share/examples/rtunes
.include <bsd.port.mk>

4
audio/rtunes/distinfo Normal file
View File

@ -0,0 +1,4 @@
MD5 (rtunes-0.3.tar.gz) = 3b549a9616a1db35d8b99d938bed4326
RMD160 (rtunes-0.3.tar.gz) = 8a880223f27457db39998aa3499f93d2c280334a
SHA1 (rtunes-0.3.tar.gz) = 1b270910083d83e3d487f40119a244374dd9cce3
SIZE (rtunes-0.3.tar.gz) = 13084

1
audio/rtunes/pkg/DESCR Normal file
View File

@ -0,0 +1 @@
rtunes streams audio to an Apple AirPort Express device.

7
audio/rtunes/pkg/PLIST Normal file
View File

@ -0,0 +1,7 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/04/12 07:10:25 mbalmer Exp $
bin/rtunes
@man man/man1/rtunes.1
@man man/man5/rtunes.conf.5
share/examples/rtunes/
share/examples/rtunes/rtunes.conf
@sample ${SYSCONFDIR}/rtunes.conf