]> git.pld-linux.org Git - packages/darkice.git/commitdiff
- initial pld release
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 20 Oct 2001 23:24:31 +0000 (23:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    darkice.spec -> 1.1

darkice.spec [new file with mode: 0644]

diff --git a/darkice.spec b/darkice.spec
new file mode 100644 (file)
index 0000000..ecc9239
--- /dev/null
@@ -0,0 +1,66 @@
+Summary:       DarkIce live IceCast / ShoutCast streamer
+Summary(pl):   DarkIce live IceCast / ShoutCast streamer
+Name:          darkice
+Version:       0.7
+Release:       1
+License:       GPL
+Group:         Networking/Daemons
+Group(de):     Netzwerkwesen/Server
+Group(pl):     Sieciowe/Serwery
+Source0:       http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
+Patch0:                %{name}-shared.patch
+URL:           http://darkice.sourceforge.net/
+BuildRequires: readline-devel
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: lame-libs-devel
+BuildRequires: libvorbis-devel
+BuildRequires: libstdc++-devel
+Buildroot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+DarkIce is an IceCast, IceCast2 and ShoutCast live audio streamer. It
+takes audio input from a sound card, encodes it into mp3 and/or Ogg
+Vorbis, and sends the mp3 stream to one or more IceCast and/or
+ShoutCast servers, the Ogg Vorbis stream to one or more IceCast2
+servers.
+
+%description -l pl
+DarkIce to dostarczyciel strumienia audio IceCast, IceCast2 oraz
+ShoutCast. DarkIce enkoduje dane z karty d¼wiêkowej do mp3 i/lub Ogg
+Vorbis, a nastêpnie wysy³a strumieñ mp3 do jednego lub wiêcej serwerów
+IceCast i/lub ShoutCast, strumieñ Ogg Vorbis do jednego lub wiêcej
+serwerów IceCast2.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+rm -f missing
+aclocal
+autoconf
+automake -a -c
+%configure \
+       --with-lame \
+       --with-vorbis
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+gzip -9nf AUTHORS ChangeLog NEWS README TODO
+
+%clean
+rm -r $RPM_BUILD_ROOT
+
+%files 
+%defattr(644,root,root,755)
+%doc *.gz
+%attr(600,root,root) %{_sysconfdir}/*.cfg
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man?/*
This page took 0.098737 seconds and 4 git commands to generate.