]> git.pld-linux.org Git - packages/asmix.git/blob - asmix.spec
- many small fixes, inspired by kloczek
[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 # Source0-md5:  a1836666d0662f7b80774a9aaee377d4
10 BuildRequires:  XFree86-devel
11 BuildRequires:  libjpeg-devel
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 The tool displays a volume knob on a ground plate or without a ground
16 plate if you use -shape option. The volume knob adjusts the master
17 volume of your sound card. Just grab the knob with the left button of
18 your mouse and drag it around.
19
20 %description -l pl
21 Kolejny regulator g³o¶no¶ci. Prosty w obs³udze. Przyjemny wygl±d. Du¿±
22 ga³k± regulujemy poziom sumy. Wygl±da równie dobrze pod AfterStepem
23 jak pod innymi zarz±dcami okien.
24
25 %prep
26 %setup -q
27
28 %build
29 %configure2_13
30 %{__make}
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
35
36 install asmix $RPM_BUILD_ROOT%{_bindir}
37 install asmix.man $RPM_BUILD_ROOT%{_mandir}/man1/asmix.1
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %doc CHANGES README
45 %attr(755,root,root) %{_bindir}/*
46 %{_mandir}/man1/*
This page took 0.065257 seconds and 3 git commands to generate.