]> git.pld-linux.org Git - packages/asmix.git/blob - asmix.spec
- tabs in preamble
[packages/asmix.git] / asmix.spec
1 Summary:        AfterStep sound mixer volume control
2 Summary(pl.UTF-8):      Mixer dla AfterStepa
3 Name:           asmix
4 Version:        1.5
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:  de731150e2e57bf3d809b141ffdc8969
10 URL:            http://www.tigr.net/afterstep/view.php?applet=asmix/data
11 BuildRequires:  XFree86-devel
12 BuildRequires:  libjpeg-devel
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 The tool displays a volume knob on a ground plate or without a ground
17 plate if you use -shape option. The volume knob adjusts the master
18 volume of your sound card. Just grab the knob with the left button of
19 your mouse and drag it around.
20
21 %description -l pl.UTF-8
22 Kolejny regulator głośności. Prosty w obsłudze. Przyjemny wygląd. Dużą
23 gałką regulujemy poziom sumy. Wygląda równie dobrze pod AfterStepem
24 jak pod innymi zarządcami okien.
25
26 %prep
27 %setup -q
28
29 %build
30 %configure2_13
31 %{__make}
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
36
37 install asmix $RPM_BUILD_ROOT%{_bindir}
38 install asmix.man $RPM_BUILD_ROOT%{_mandir}/man1/asmix.1
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %files
44 %defattr(644,root,root,755)
45 %doc CHANGES README
46 %attr(755,root,root) %{_bindir}/*
47 %{_mandir}/man1/*
This page took 0.102402 seconds and 3 git commands to generate.