peercast _unstable_ port information

Package: peercast
Version: 0.120+svn20040716
Revision: 1
Description: P2P broadcasting for everyone
License: GPL
Maintainer: ASARI Takashi
Depends: daemonic
Architecture: powerpc
Distribution: 10.4
BuildDepends: gcc3.3
GCC: 3.3

Source: http://fink.sodan.ecc.u-tokyo.ac.jp/sources/%n-%v.tar.gz
NoSourceDirectory: true
Source-MD5: 1fa7b9011cd9f0eb327a22b1c40b2453

PatchScript: <<
/usr/bin/sed 's|@PREFIX@|%p|g' < %a/%n.patch | /usr/bin/patch -p1
/usr/bin/find . -type d -name .svn | /usr/bin/xargs rm -rf
<<

CompileScript: cd ui/osx; make CC=g++-3.3 LD=g++-3.3

InstallScript: <<
/usr/bin/install -d -m 755 %i/bin
/usr/bin/install -d -m 755 %i/share/%n

/usr/bin/install -m 755 ui/osx/peercast %i/bin
/bin/cp -R ui/html %i/share/%n
<<
DocFiles: core/LICENSE

PostInstScript: <<
daemonic install peercast
<<
PreRmScript: <<
if [ $1 != "upgrade" ]; then
daemonic remove peercast
fi
<<
DaemonicFile: <<

PeerCast P2P Radio
PeeaCast P2P Radio

%p/bin/peercast


<<

Homepage: http://www.peercast.org/
DescDetail: <<
PeerCast is a new, free way to listen to radio and watch video on the Internet.
It uses P2P technology to let anyone become a broadcaster without the costs of
traditional streaming. This means you get to hear and watch stations not
normally found on commercially funded sites.

* Stream MP3, OGG Theora/Vorbis, WMA, WMV and NSV.
* Low memory footprint and CPU load.
* Support for all popular media players, WinAmp, XMMS etc..
* Works through firewalls, routers and NAT.
* Windows, WinAmp, Linux and Mac OSX clients available.
* Open source
<<
DescUsage: <<
1. $ sudo daemonic enable peercast
2. Restart your computer.
3. Visit http://127.0.0.1:7144/ .
4. Download a playlist file from YellowPage.
5. Open it with your favorite player (e.g. VLC).

Config file is located in %p/etc/peercast

For more information, please visit the web page (www.peercast.org).
<<
DescPackaging: <<
This version is compiled with g++-3.3, even in the 10.4 tree. If it is
ever updated to a more recent compiler, any packages which depend on
this one must be updated at the same time.
gnutella.cpp doesn't compile with g++4.0
<<