]> git.pld-linux.org Git - packages/Mixer.app.git/blame - Mixer.app.spec
- intial version maked from template.spec
[packages/Mixer.app.git] / Mixer.app.spec
CommitLineData
2b0d937a 1Summary:
2Name: -
3Version: -
4Release: -
5Group: -
6Group(pl): -
7Copyright: GPL
8Source0: http://www.student.hk-r.se/~pt96pli/mixer/%{name}-%{version}.tar.gz
9URL: http://www.student.hk-r.se/~pt96pli/mixer/
10BuildRoot: /tmp/%{name}-%{version}-root
11
12%description
13Mixer.app is a audio mixer utility. It is designed to be docked in Window
14Maker. This utility has three volume controllers that can be configured to
15handle any sound source, the default sources are master-, cd- and
16pcm-volume. Sound sources can easily be muted and there is also wheel mouse
17support.
18
19%prep
20%setup -q
21
22%build
23(autoheader/autoconf/automake)
24CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" \
25./configure \
26 --prefix=/usr
27make
28
29%install
30rm -rf $RPM_BUILD_ROOT
31
32gzip -9nf $RPM_BUILD_ROOT/usr/info/*.info* \
33 $RPM_BUILD_ROOT/usr/man/man*/* \
34 README ChangeLog
35
36%clean
37rm -rf $RPM_BUILD_ROOT
38
39%files
40%defattr(644,root,root,755)
41
42%changelog
This page took 0.092369 seconds and 4 git commands to generate.