shout stable port information

Package: shout
Version: 0.8.0
Revision: 2
###
Source: http://www.icecast.org/releases/%n-%v.tar.gz
Source-MD5: d44604a2235532e31e10d2d0e4740f20
###
BuildDepends: fink (>= 0.24.12-1)
###
PatchFile: %n.patch
PatchFile-MD5: e25b2f1e5a599e91c6b11a6f578cfb13
###
ConfigureParams: --mandir=%i/share/man --infodir=%p/share/info --libexecdir=%p/lib
CompileScript: <<
./configure %c
rm -rf sock.o
make
<<
InstallScript: <<
make install DESTDIR=%d
cp %i/etc/shout.conf.dist %i/etc/shout.conf
touch %i/etc/shout.playlist
touch %i/var/log/default.playlist
<<
###
DocFiles: BUGS* CREDITS README* TODO
ConfFiles:<<
%p/etc/shout.conf
%p/etc/shout.playlist
<<
###
Description: Client for the shoutcast MP3 streaming system
DescDetail: <<
Shout is a broadcasting tool for icecast streaming servers. It broadcasts
mp3 files to an icecast server, and supports external programs which do
song selection.
<<
###
License: GPL
Maintainer: None
Homepage: http://www.icecast.org/

shout stable port .patch

diff -ru shout-0.8.0/Makefile.in shout-0.8.0-patched/Makefile.in
--- shout-0.8.0/Makefile.in Thu Apr 20 01:31:50 2000
+++ shout-0.8.0-patched/Makefile.in Tue Nov 20 13:11:35 2001
@@ -9,7 +9,7 @@
srcdir = @srcdir@
VPATH = @srcdir@

-prefix = @prefix@/icecast
+prefix = @prefix@
exec_prefix = @prefix@
bindir = @BINDIR@
etcdir = @ETCDIR@
diff -ru shout-0.8.0/configure shout-0.8.0-patched/configure
--- shout-0.8.0/configure Thu Apr 20 01:41:45 2000
+++ shout-0.8.0-patched/configure Tue Nov 20 13:17:59 2001
@@ -539,9 +539,9 @@
LOGDIR="/var/log/icecast"
else
echo "FSSTD DISABLED"
- BINDIR="${prefix}/icecast/bin"
- ETCDIR="${prefix}/icecast/etc"
- LOGDIR="${prefix}/icecast/log"
+ BINDIR="${prefix}/bin"
+ ETCDIR="${prefix}/etc"
+ LOGDIR="${prefix}/var/log"
fi


diff -ru shout-0.8.0/sock.c shout-0.8.0-patched/sock.c
--- shout-0.8.0/sock.c Thu Apr 20 01:31:50 2000
+++ shout-0.8.0-patched/sock.c Tue Nov 20 13:06:30 2001
@@ -12,6 +12,7 @@
#include
#include
#else /* *NIX */
+#include
#include
#include
#include
diff -ru shout-0.8.0/util.c shout-0.8.0-patched/util.c
--- shout-0.8.0/util.c Thu Apr 20 01:31:50 2000
+++ shout-0.8.0-patched/util.c Tue Nov 20 11:38:14 2001
@@ -18,6 +18,7 @@
#include
#include
#else /* *NIX */
+#include
#include
#include
#include

shout _unstable_ port .patch