]> git.pld-linux.org Git - SPECS.git/blob - wmix.spec
SPECS updated Sun 1 Aug 20:28:02 CEST 2021
[SPECS.git] / wmix.spec
1 Summary:        WMix - Yet another Window Maker Mixer Applet
2 Summary(pl.UTF-8):      WMix - jeszcze jeden mikser dla WindowMakera
3 Name:           wmix
4 Version:        3.2
5 Release:        1
6 License:        GPL
7 Group:          X11/Window Managers/Tools
8 Source0:        http://www.dockapps.org/download.php/id/528/%{name}-%{version}.tar.gz
9 # Source0-md5:  ce87c48cadf51b3cd6224ef698d3f2cc
10 Source1:        %{name}.desktop
11 URL:            http://www.ne.jp/asahi/linux/timecop/#wmix
12 BuildRequires:  XFree86-devel
13 BuildRequires:  alsa-lib-devel
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16
17 %description
18 WMix is a very nice mixer for WindowMaker Dock. It uses ALSA or OSS
19 sound drivers.
20
21 %description -l pl.UTF-8
22 WMix jest bardzo przyjemnym mikserem, zaprojektowanym dla Doku
23 WindowMakera i korzystajÄ…cym ze sterowników ALSA lub OSS.
24
25 %prep
26 %setup -q
27
28 %build
29 %{__make} \
30         CFLAGS="%{rpmcflags} -I%{_includedir}" \
31         LDFLAGS="-L/usr/X11R6/%{_lib}"
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35 install -d $RPM_BUILD_ROOT{%{_bindir},%{_desktopdir}/docklets}
36
37 install wmix $RPM_BUILD_ROOT%{_bindir}
38 install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}/docklets
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %files
44 %defattr(644,root,root,755)
45 %doc AUTHORS NEWS README sample.wmixrc
46 %attr(755,root,root) %{_bindir}/%{name}
47 %{_desktopdir}/docklets/*
This page took 0.126533 seconds and 3 git commands to generate.