]> git.pld-linux.org Git - packages/wmmixer-alsa.git/blame - wmmixer-alsa.spec
- translated kloczkish into english
[packages/wmmixer-alsa.git] / wmmixer-alsa.spec
CommitLineData
91dada1f
AF
1Summary: A hacked version of wmmixer to make it use ALSA
2Name: wmmixer-alsa
3Version: 0.4
4Release: 1
5Source: http://bohemians.org/~iznogood/wmmixer-alsa/%{name}-%{version}.tar.gz
6URL: http://iznogood.bohemians.org/
7Copyright: GPL
8Group: Applications/Sound
9Packager: Anders Semb Hermansen <ahermans@vf.telia.no>
d0190356 10BuildRoot: /tmp/%{name}-%{version}-root
91dada1f
AF
11
12%description
13A hacked version of wmmixer by Sam Hawker (see README.wmmixer),
14to make it use ALSA (Advanced Linux Sound Architecture) in
15stead of the OSS sound drivers in the linux kernel. To compile
16and run this program, you will need to get alsa-driver and alsa-lib
17from alsa.jcu.cz !
18
19%prep
20%setup -n %{name}-%{version}
21
22%build
23xmkmf
24make
25
26%install
27rm -rf $RPM_BUILD_ROOT
2d1e24b4 28install -d $RPM_BUILD_ROOT%{_bindir}
29install -m0755 wmmixer-alsa $RPM_BUILD_ROOT%{_bindir}
91dada1f
AF
30
31%clean
32rm -rf $RPM_BUILD_ROOT
33
34%files
35%defattr(-,root,root)
36%attr(-,root,root) %doc COPYING README README.xamixer
2d1e24b4 37%attr(-,root,root) %{_bindir}/wmmixer-alsa
This page took 0.046156 seconds and 4 git commands to generate.