]> git.pld-linux.org Git - packages/asmix.git/blob - asmix.spec
- update to 1.4
[packages/asmix.git] / asmix.spec
1 Summary:        AfterStep sound mixer volume control
2 Summary(pl):    Mixer dla AfterStepa
3 Name:           asmix
4 Version:        1.4
5 Release:        1
6 License:        GPL
7 Group:          Applications/Sound
8 Source0:        http://www.tigr.net/afterstep/download/asmix/%{name}-%{version}.tar.gz
9 BuildRequires:  XFree86-libs
10 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
11
12 %description
13 The tool displays a volume knob on a ground plate or without a ground
14 plate if you use -shape option. The volume knob adjusts the master
15 volume of your sound card. Just grab the knob with the left button of
16 your mouse and drag it around.
17
18 %description -l pl
19 Kolejny regulator g³o¶no¶ci. Prosty w obs³udze. Przyjemny wygl±d. Du¿±
20 ga³k± regulujemy poziom sumy. Wygl±da równie dobrze pod AfterStepem
21 jak pod innymi zarz±dcami okien.
22
23 %prep
24 %setup -q
25
26 %build
27 %configure2_13
28 %{__make}
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
33
34 install asmix $RPM_BUILD_ROOT%{_bindir}
35 install asmix.man $RPM_BUILD_ROOT/%{_mandir}/man1/asmix.1
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %doc CHANGES INSTALL LICENSE README
43 %attr(755,root,root) %{_bindir}/*
44 %{_mandir}/man1/*
This page took 0.059984 seconds and 3 git commands to generate.