]> git.pld-linux.org Git - packages/Mixer.app.git/blob - Mixer.app.spec
8d0b187383e8779df47f2998381c2b333c26c2bc
[packages/Mixer.app.git] / Mixer.app.spec
1 Summary:        A Window Maker dock app with mixer
2 Name:           Mixer.app
3 Version:        1.4.0
4 Release:        1
5 Group:          X11/Window Managers/Tools
6 Group(pl):      X11/Zarz±dcy Okien/Narzêdzia
7 Copyright:      GPL
8 Source0:        http://www.student.hk-r.se/~pt96pli/mixer/%{name}-%{version}.tar.gz
9 URL:            http://www.student.hk-r.se/~pt96pli/mixer/
10 BuildPrereq:    libstdc++-devel
11 BuildPrereq:    XFree86-devel
12 BuildPrereq:    xpm-devel
13 BuildRoot:      /tmp/%{name}-%{version}-root
14
15 %define _prefix /usr/X11R6
16
17 %description
18 Mixer.app is a audio mixer utility. It is designed to be docked in Window
19 Maker. This utility has three volume controllers that can be configured to
20 handle any sound source, the default sources are master-, cd- and
21 pcm-volume. Sound sources can easily be muted and there is also wheel mouse
22 support.
23
24 %prep
25 %setup  -q
26
27 %build
28 xmkmf -a
29 make    PREFIX=%{_prefix}/GNUstep/Apps/Mixer.app \
30         CXXDEBUGFLAGS="$RPM_OPT_FLAGS -fno-rtti -fno-exceptions -fno-implicit-templates" \
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34
35 make install \
36         DESTDIR=$RPM_BUILD_ROOT \
37         PREFIX=%{_prefix}/GNUstep/Apps/Mixer.app
38
39 gzip -9nf ChangeLog README
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files
45 %defattr(644,root,root,755)
46 %doc *.gz
47 %dir %{_prefix}/GNUstep/Apps/Mixer.app
48 %attr(755,root,root) %{_prefix}/GNUstep/Apps/Mixer.app/*
This page took 0.096095 seconds and 3 git commands to generate.