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