]> git.pld-linux.org Git - packages/fIcy.git/blame - fIcy.spec
- init PLD spec
[packages/fIcy.git] / fIcy.spec
CommitLineData
b4282d6e 1Summary: an icecast/shoutcast stream grabber suite
2Name: fIcy
3Version: 1.0.18
4Release: 1
5License: GPL v2+
6Group: Applications/Networking
7Source0: http://www.thregr.org/~wavexx/software/fIcy/releases/%{name}-%{version}.tar.gz
8# Source0-md5: 72a48db0116be57c2c3342d1efd5c893
9URL: http://www.thregr.org/~wavexx/software/fIcy/
10BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
11
12%description
13fIcy is a small icecast/shoutcast stream grabber suite for use under
14shell environment. Its goal is to automatically rip a stream into user
15customisable files. It will work with ICY compatible streams, allowing
16you to either to save the stream to disk or to pipe the output to a
17media player, or even both. fIcy, among other uses, is ideal for
18batch/unattended recording of radio programs and stream debugging.
19
20The fIcy package includes: fIcy itself, a stream
21separator/multiplexer, fResync, a fast MPEG-resyncing utility, fPls, a
22playlist frontend for fIcy.
23
24%prep
25%setup -q
26
27%build
28%{__make} \
29 CXX="%{__cxx}" \
30 CXXFLAGS="%{rpmcflags}"
31
32%install
33rm -rf $RPM_BUILD_ROOT
34
35install -D fIcy $RPM_BUILD_ROOT%{_bindir}/fIcy
36install -D fPls $RPM_BUILD_ROOT%{_bindir}/fPls
37install -D fResync $RPM_BUILD_ROOT%{_bindir}/fResync
38
39%clean
40rm -rf $RPM_BUILD_ROOT
41
42%files
43%defattr(644,root,root,755)
44%doc AUTHORS FAQ NEWS README TODO
45%attr(755,root,root) %{_bindir}/f*
This page took 0.053098 seconds and 4 git commands to generate.