]> git.pld-linux.org Git - packages/ladspa-wah-plugins.git/blame - ladspa-wah-plugins.spec
- typo
[packages/ladspa-wah-plugins.git] / ladspa-wah-plugins.spec
CommitLineData
8a2766e4
JB
1Summary: WAH (wah pedal) LADSPA plugins
2Summary(pl.UTF-8): Wtyczki LADSPA WAH (pedał wah)
3Name: ladspa-wah-plugins
4Version: 0.1.0
5Release: 1
6License: GPL v2+
7Group: Applications/Sound
8Source0: http://kokkinizita.linuxaudio.org/linuxaudio/downloads/WAH-plugins-%{version}.tar.bz2
9# Source0-md5: d5df8cb2c88a153316a711512c1646c7
10Patch0: %{name}-make.patch
11URL: http://kokkinizita.linuxaudio.org/linuxaudio/ladspa/index.html
12BuildRequires: ladspa-devel
13BuildRequires: libstdc++-devel
14Requires: ladspa-common
15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17%define _noautoprovfiles %{_libdir}/ladspa
18
19%description
20WAH (wah pedal) LADSPA plugins.
21
22%description -l pl.UTF-8
23Wtyczki LADSPA WAH (pedał wah).
24
25%prep
26%setup -q -n WAH-plugins-%{version}
27%patch0 -p1
28
29%build
30CPPFLAGS="%{rpmcppflags}" \
4124f9dc 31CXXFLAGS="%{rpmcxxflags}" \
8a2766e4
JB
32LDFLAGS="%{rpmldflags}" \
33%{__make} \
34 CXX="%{__cxx}"
35
36%install
37rm -rf $RPM_BUILD_ROOT
38install -d $RPM_BUILD_ROOT%{_libdir}/ladspa
39
40%{__make} install \
41 DESTDIR=$RPM_BUILD_ROOT \
42 LADSPA_LIB_DIR=%{_libdir}/ladspa
43
44%clean
45rm -rf $RPM_BUILD_ROOT
46
47%files
48%defattr(644,root,root,755)
49%doc AUTHORS README
50%attr(755,root,root) %{_libdir}/ladspa/autowah.so
This page took 0.090972 seconds and 4 git commands to generate.