]> git.pld-linux.org Git - packages/Mixer.app.git/blob - Mixer.app.spec
- more fieds filled.
[packages/Mixer.app.git] / Mixer.app.spec
1 Summary:        A Window Maker dock app with mixer
2 Name:           Mixer.app
3 Version:        1.4
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 BuildRoot:      /tmp/%{name}-%{version}-root
11
12 %description
13 Mixer.app is a audio mixer utility. It is designed to be docked in Window
14 Maker. This utility has three volume controllers that can be configured to
15 handle any sound source, the default sources are master-, cd- and
16 pcm-volume. Sound sources can easily be muted and there is also wheel mouse
17 support.
18
19 %prep
20 %setup  -q
21
22 %build
23 (autoheader/autoconf/automake)
24 CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" \
25 ./configure \
26         --prefix=/usr
27 make
28
29 %install
30 rm -rf $RPM_BUILD_ROOT
31
32 gzip -9nf $RPM_BUILD_ROOT/usr/info/*.info* \
33         $RPM_BUILD_ROOT/usr/man/man*/* \
34         README ChangeLog 
35
36 %clean
37 rm -rf $RPM_BUILD_ROOT
38
39 %files
40 %defattr(644,root,root,755)
41
42 %changelog
This page took 0.044808 seconds and 4 git commands to generate.