]> git.pld-linux.org Git - packages/ermixer.git/blob - ermixer.spec
- massive attack s/pld.org.pl/pld-linux.org/
[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 Patch0:         %{name}-curses.patch
10 URL:            http://ermixer.sourceforge.net/
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  libtool
14 BuildRequires:  ncurses-devel >= 5.0
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 This is a OSS mixer with a lot of usefull features like the handling
19 of multiple profiles files, real time support, it offers a complete
20 interface to the mixer capatibilities. You can use it with a nice
21 curses interface or with a command line interface (usefull for use it
22 in scripts).
23
24 %description -l pl
25 Mikser muzyczny z mas± u¿ytecznych opcji, takich jak profile, obs³uga
26 w czasie rzeczywistym, oferuje pe³ny interfejs mixerski. Mo¿esz u¿ywaæ
27 go z linii komend (przydatne w skryptach) lub skorzystaæ z interfejsu
28 ncurses.
29
30 %prep
31 %setup -q
32 %patch0 -p1
33
34 %build
35 %{__libtoolize}
36 %{__aclocal} -I .
37 %{__autoconf}
38 %{__automake}
39 %configure
40 %{__make} CC="%{__cc} %{rpmcflags} -I/usr/include/ncurses"
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44 %{__make} install \
45         DESTDIR=$RPM_BUILD_ROOT \
46         docdir=%{_datadir}/%{name}-%{version}
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %files
52 %defattr(644,root,root,755)
53 %attr(755,root,root) %{_bindir}/*
54 %{_mandir}/man1/*
This page took 0.055425 seconds and 3 git commands to generate.