]> git.pld-linux.org Git - packages/ermixer.git/blame - ermixer.spec
- tabs in preamble
[packages/ermixer.git] / ermixer.spec
CommitLineData
303373d4 1Summary: Audio mixer
823a03b0 2Summary(pl.UTF-8): Mikser audio, konkurencja dla aumiksa
f92dfd4f 3Name: ermixer
4Version: 0.8
5Release: 1
6License: GPL
d3315b4d 7Group: Applications/Sound
f92dfd4f 8Source0: http://erevan.cuore.org/files/ermixer/%{name}-%{version}.tar.gz
d46a8069 9# Source0-md5: ce6e896c7c2678c98ff9d841d3504003
f92dfd4f 10Patch0: %{name}-curses.patch
11URL: http://ermixer.sourceforge.net/
12BuildRequires: autoconf
13BuildRequires: automake
14BuildRequires: libtool
15BuildRequires: ncurses-devel >= 5.0
16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%description
19This is a OSS mixer with a lot of usefull features like the handling
20of multiple profiles files, real time support, it offers a complete
21interface to the mixer capatibilities. You can use it with a nice
22curses interface or with a command line interface (usefull for use it
23in scripts).
24
6e374d5e
JR
25%description -l pl.UTF-8
26Mikser muzyczny z masą użytecznych opcji, takich jak profile, obsługa
27w czasie rzeczywistym, oferuje pełny interfejs mixerski. Możesz używać
28go z linii komend (przydatne w skryptach) lub skorzystać z interfejsu
f40c2e03 29ncurses.
f92dfd4f 30
31%prep
32%setup -q
33%patch0 -p1
34
35%build
36%{__libtoolize}
37%{__aclocal} -I .
38%{__autoconf}
39%{__automake}
40%configure
d3315b4d
AG
41%{__make} \
42 CC="%{__cc}" \
43 CFLAGS="%{rpmcflags} -I/usr/include/ncurses"
f92dfd4f 44
45%install
46rm -rf $RPM_BUILD_ROOT
47%{__make} install \
48 DESTDIR=$RPM_BUILD_ROOT \
49 docdir=%{_datadir}/%{name}-%{version}
50
51%clean
52rm -rf $RPM_BUILD_ROOT
53
54%files
55%defattr(644,root,root,755)
56%attr(755,root,root) %{_bindir}/*
57%{_mandir}/man1/*
This page took 0.083031 seconds and 4 git commands to generate.