summaryrefslogtreecommitdiff
path: root/audio/liveice/Makefile
diff options
context:
space:
mode:
authorhubertf <hubertf>2000-11-21 06:01:49 +0000
committerhubertf <hubertf>2000-11-21 06:01:49 +0000
commit45367f2151491c75e805b06eed0f56f9e0ba5542 (patch)
treea926f7786d38c84d725a9e868d36d6612f44408c /audio/liveice/Makefile
parenta1bdb35822d6fdbd04284d1ad1ba67d1bc96e2da (diff)
downloadpkgsrc-45367f2151491c75e805b06eed0f56f9e0ba5542.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"