]> git.pld-linux.org Git - packages/ladspa-vco-plugins.git/blob - ladspa-vco-plugins.spec
- updated URLs
[packages/ladspa-vco-plugins.git] / ladspa-vco-plugins.spec
1 %define         _name VCO-plugins
2 Summary:        Bandlimited VCO LADSPA plugin
3 Summary(pl.UTF-8):      Wtyczka LADSPA - ograniczany pasmowo VCO
4 Name:           ladspa-vco-plugins
5 Version:        0.3.0
6 Release:        2
7 License:        GPL v2+
8 Group:          Applications/Sound
9 Source0:        http://kokkinizita.linuxaudio.org/linuxaudio/downloads/%{_name}-%{version}.tar.bz2
10 # Source0-md5:  6fdf4a7e3c716abbb89721645427cd52
11 Patch0:         %{name}-misc_fixes.patch
12 URL:            http://kokkinizita.linuxaudio.org/linuxaudio/ladspa/index.html
13 BuildRequires:  ladspa-devel
14 BuildRequires:  libstdc++-devel
15 Requires:       ladspa-common
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 This LADSPA plugin contains a digital implementation of the
20 bandlimited VCO.
21
22 %description -l pl.UTF-8
23 Ta wtyczka LADSPA zawiera cyfrową implementację ograniczanego
24 pasmowo VCO.
25
26 %prep
27 %setup -q -n %{_name}-%{version}
28 %patch0 -p1
29
30 %build
31 %{__make} \
32         CXX="%{__cxx}" \
33         CPPFLAGS="-I. -fPIC -D_REENTRANT -Wall %{rpmcflags}"
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37 install -d $RPM_BUILD_ROOT%{_libdir}/ladspa
38
39 %{__make} install \
40         DESTDIR=$RPM_BUILD_ROOT \
41         INSTALL_PLUGINS_DIR=%{_libdir}/ladspa
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files
47 %defattr(644,root,root,755)
48 %doc AUTHORS README
49 %attr(755,root,root) %{_libdir}/ladspa/blvco.so
50 %attr(755,root,root) %{_libdir}/ladspa/vco_sawpulse.so
This page took 0.081405 seconds and 3 git commands to generate.