]> git.pld-linux.org Git - packages/wmmixer-alsa.git/blame - wmmixer-alsa.spec
- more %%{__make} macros.
[packages/wmmixer-alsa.git] / wmmixer-alsa.spec
CommitLineData
91dada1f
AF
1Summary: A hacked version of wmmixer to make it use ALSA
2Name: wmmixer-alsa
0777ca1a 3Version: 0.5
91dada1f
AF
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>
09354d79 10BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
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
520348c9 24%{__make}
91dada1f
AF
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.068599 seconds and 4 git commands to generate.