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