]> git.pld-linux.org Git - packages/Mixer.app.git/blame - Mixer.app.spec
- dropped pre-cvs changelog
[packages/Mixer.app.git] / Mixer.app.spec
CommitLineData
60ba0b7d 1Summary: A Window Maker dock app with mixer
82ffcbde 2Summary(pl.UTF-8): Dokująca aplikacja Window Makera z mikserem
60ba0b7d 3Name: Mixer.app
4fa9f517 4Version: 1.4.0
60ba0b7d 5Release: 1
6Group: X11/Window Managers/Tools
e003b509 7License: GPL
2b0d937a 8Source0: http://www.student.hk-r.se/~pt96pli/mixer/%{name}-%{version}.tar.gz
7fd8ff67 9# Source0-md5: d4d646f8939288a6bc92bb85f6b098c0
2b0d937a 10URL: http://www.student.hk-r.se/~pt96pli/mixer/
6942554b
AF
11BuildRequires: libstdc++-devel
12BuildRequires: XFree86-devel
b605f46b 13BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
2e8c5150 14
2b0d937a 15
16%description
e003b509 17Mixer.app is a audio mixer utility. It is designed to be docked in
18Window Maker. This utility has three volume controllers that can be
19configured to handle any sound source, the default sources are
20master-, cd- and pcm-volume. Sound sources can easily be muted and
21there is also wheel mouse support.
2b0d937a 22
229e6bd1
JR
23%description -l pl.UTF-8
24Mixer.app to program kontrolujący mikser audio. Jest zaprojektowany by
25dokować się w Window Makerze. Ten program ma trzy kontrolery
26głośności, które mogą być skonfigurowane tak, by mogły zarządzać
27dowolnym źródłem dźwięku.
4ae02759 28
2b0d937a 29%prep
30%setup -q
31
32%build
4fa9f517 33xmkmf -a
2e8c5150 34make PREFIX=%{_prefix}/GNUstep/Apps/Mixer.app \
9b9b6cf2 35 CXXDEBUGFLAGS="%{rpmcflags} -fno-rtti -fno-exceptions -fno-implicit-templates" \
2b0d937a 36
37%install
38rm -rf $RPM_BUILD_ROOT
39
2aa832c3 40%{__make} install \
4fa9f517 41 DESTDIR=$RPM_BUILD_ROOT \
2e8c5150 42 PREFIX=%{_prefix}/GNUstep/Apps/Mixer.app
4fa9f517 43
2b0d937a 44
45%clean
46rm -rf $RPM_BUILD_ROOT
47
48%files
49%defattr(644,root,root,755)
ee4bd000 50%doc ChangeLog README
2e8c5150 51%dir %{_prefix}/GNUstep/Apps/Mixer.app
52%attr(755,root,root) %{_prefix}/GNUstep/Apps/Mixer.app/*
This page took 0.084871 seconds and 4 git commands to generate.