Package: icecast Version: 1.3.12 Revision: 13 Depends: daemonic, python22-shlibs | python22-nox-shlibs Builddepends: python22 | python22-nox Suggests: expect Source: mirror:sourceforge:fink/%n-%v.tar.gz Source-MD5: 536d8ef2c4c36c641c31b21e64247b00 Patch: %n.patch ConfigureParams: --with-libwrap=/usr/lib --with-crypt --with-python --with-python-includes=%p/include/python2.2 --with-python-libraries=%p/lib/python2.2/config --mandir=%i/share/man --infodir=%p/share/info --libexecdir=%p/lib InstallScript: << make install DESTDIR=%d mv %i/etc/icecast/groups.aut.dist %i/etc/icecast/groups.aut cat %i/etc/icecast/icecast.conf.dist | sed s/your.server.name/localhost/ > %i/etc/icecast/icecast.conf rm %i/etc/icecast/icecast.conf.dist mv %i/etc/icecast/mounts.aut.dist %i/etc/icecast/mounts.aut mv %i/etc/icecast/users.aut.dist %i/etc/icecast/users.aut << PostInstScript: << daemonic update %n << PreRmScript: << # clean up [ -f %p/var/run/%n.pid ] && kill `cat %p/var/run/%n.pid` if [ $1 != "upgrade" ]; then daemonic remove %n fi << ### DocFiles: AUTHORS BUGS CHANGES COPYING ChangeLog FAQ INSTALL README TESTED TODO icecast.spec ConfFiles: << %p/etc/icecast/groups.aut %p/etc/icecast/icecast.conf %p/etc/icecast/mounts.aut %p/etc/icecast/users.aut << ### DaemonicName: icecast DaemonicFile: << IceCast MP3 Streaming Server IceCast MP3 Streaming Server %p/bin/icecast -c %p/etc/icecast/icecast.conf %p/etc/icecast/icecast.conf %p/var/run/icecast.pid << ### Description: MP3 Audio Broadcasting System DescDetail: << Icecast is a streaming media server based on the MP3 audio codec. It will stream MP3s to virtually anything that will play MP3s, including XMMS, mpg123, Sonique, WinAMP, RealPlayer, Windows Media Player, Ultraplayer, C3, and others. << DescPort: << Use "sudo daemonic enable icecast" for it to load on bootup IceCast also suggests that you install expect via fink for the mkpasswd binary, so you can passwd your streams. << ### License: GPL Maintainer: Keith Conger Homepage: http://www.icecast.org/