Search
j0ke.net Open Build Service
>
Projects
>
multimedia
>
butt
> butt.spec
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File butt.spec of Package butt (Revision 10)
Currently displaying revision
10
,
show latest
Name: butt Version: 0.1.7rc1 Release: 1 License: GPL Group: Multimedia Summary: broadcast using this tool URL: http://butt.sourceforge.net/ Source0: %{name}-%{version}-src.tar.bz2 Patch0: %{name}-configure-debug.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build Packager: Carsten Schoene <cs@linux-administrator.com> Vendor: linux-administrator.com BuildRequires: bzip2 glibc-devel libgcc gcc gcc-c++ BuildRequires: portaudio19-devel portaudio19 libogg libogg-devel lame BuildRequires: fltk fltk-devel xorg-x11-devel %description butt (broadcast using this tool) is an easy to use, open source, multi OS tool that grabs audio data from your sound card (line-in, CD, wave, etc.), encodes the PCM data into MP3/OGG, and sends it to a streaming server. ShoutCast and IceCast are supported. butt is not a server where other people can connect to. %prep %setup -n %{name}-%{version} %patch0 -p1 ./configure --prefix=%{_prefix} --with-fltk --with-icecast --with-ogg %build %__make %install install -d $RPM_BUILD_ROOT/usr/bin make install DESTDIR=$RPM_BUILD_ROOT prefix=%{_prefix} install -d $RPM_BUILD_ROOT/usr/share/doc/packages/%{name} install -m 644 README ChangeLog $RPM_BUILD_ROOT/usr/share/doc/packages/%{name} cd $RPM_BUILD_ROOT find . -type d | sed '1,2d;s,^\.,\%attr(-\,root\,root) \%dir ,' > $RPM_BUILD_DIR/file.list.%{name} find . -type f | sed 's,^\.,\%attr(-\,root\,root) ,' >> $RPM_BUILD_DIR/file.list.%{name} find . -type l | sed 's,^\.,\%attr(-\,root\,root) ,' >> $RPM_BUILD_DIR/file.list.%{name} %clean rm -rf $RPM_BUILD_ROOT/* rm -rf $RPM_BUILD_DIR/%{name}* rm -rf ../file.list.%{name} %files -f ../file.list.%{name} %changelog * Mon Nov 26 2007 Carsten Schoene <cs@linux-administrator.com> - initial import