summaryrefslogtreecommitdiff
path: root/audio/liveice/Makefile
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2000-11-21 06:01:49 +0000
committerhubertf <hubertf@pkgsrc.org>2000-11-21 06:01:49 +0000
commit39db9bb39e5302c1a6773df8d129990304a45b2d (patch)
treea926f7786d38c84d725a9e868d36d6612f44408c /audio/liveice/Makefile
parent59da6815d71eb0a64703798038d16d46b6dcae10 (diff)
downloadpkgsrc-39db9bb39e5302c1a6773df8d129990304a45b2d.tar.gz
Add liveice-0.20001121:
LiveIce is the source client for Icecast which encodes an mpeg stream for broadcast as it is created. Unlike clients such as Shout and IceDJ this permits the broadcast of live audio, rather than prerecorded mp3's. To start: 0. start icecast 1. find $HOME/mp3 -type f >playlist 2. liveiceconfigure.tk, save 3. In /bin/sh: liveice -M 2>/dev/null
Diffstat (limited to 'audio/liveice/Makefile')
-rw-r--r--audio/liveice/Makefile34
1 files changed, 34 insertions, 0 deletions
diff --git a/audio/liveice/Makefile b/audio/liveice/Makefile
new file mode 100644
index 00000000000..3f0af64247d
--- /dev/null
+++ b/audio/liveice/Makefile
@@ -0,0 +1,34 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/11/21 06:01:49 hubertf Exp $
+#
+
+DISTNAME= liveice
+PKGNAME= liveice-0.20001121
+CATEGORIES= audio
+MASTER_SITES= http://star.arm.ac.uk/~spm/software/
+
+MAINTAINER= hubertf@netbsd.org
+HOMEPAGE= http://star.arm.ac.uk/~spm/software/liveice.html
+
+DEPENDS+= mpg123-0.5*:../../audio/mpg123
+DEPENDS+= lame-3.*:../../audio/lame
+DEPENDS+= tk-8.*:../../x11/tk
+
+GNU_CONFIGURE= YES
+DIST_SUBDIR= liveice-0.20001121
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/liveice ${PREFIX}/bin
+ ( ${ECHO} '#!${LOCALBASE}/bin/wish' ; \
+ ${TAIL} +2 ${WRKSRC}/liveiceconfigure.tk \
+ ) >${PREFIX}/bin/liveiceconfigure.tk
+ ${CHGRP} ${BINGRP} ${PREFIX}/bin/liveiceconfigure.tk
+ ${CHOWN} ${BINOWN} ${PREFIX}/bin/liveiceconfigure.tk
+ ${CHMOD} ${BINMODE} ${PREFIX}/bin/liveiceconfigure.tk
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/liveice
+ for i in README.frontend README.liveice README.quickstart \
+ README.xingmp3enc README_new_mixer.txt ; \
+ do \
+ ${INSTALL_DATA} ${WRKSRC}/$$i ${PREFIX}/share/doc/liveice ; \
+ done
+
+.include "../../mk/bsd.pkg.mk"