]> git.pld-linux.org Git - packages/ermixer.git/blob - ermixer.spec
- massive attack: adding Source-md5
[packages/ermixer.git] / ermixer.spec
1 Summary:        Audio mixer
2 Summary(pl):    Mikser audio, konkurencja dla aumiksa
3 Name:           ermixer
4 Version:        0.8
5 Release:        1
6 License:        GPL
7 Group:          Applications/Mail
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
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} CC="%{__cc} %{rpmcflags} -I/usr/include/ncurses"
42
43 %install
44 rm -rf $RPM_BUILD_ROOT
45 %{__make} install \
46         DESTDIR=$RPM_BUILD_ROOT \
47         docdir=%{_datadir}/%{name}-%{version}
48
49 %clean
50 rm -rf $RPM_BUILD_ROOT
51
52 %files
53 %defattr(644,root,root,755)
54 %attr(755,root,root) %{_bindir}/*
55 %{_mandir}/man1/*
This page took 0.034328 seconds and 3 git commands to generate.