]> git.pld-linux.org Git - packages/lv2-mda-plugins.git/blob - lv2-mda-plugins.spec
- new
[packages/lv2-mda-plugins.git] / lv2-mda-plugins.spec
1 Summary:        Port of the MDA VST plugins to LV2
2 Summary(pl.UTF-8):      Port wtyczek VST MDA do LV2
3 Name:           lv2-mda-plugins
4 Version:        1.0.0
5 Release:        1
6 License:        GPL v3+
7 Group:          Libraries
8 Source0:        http://download.drobilla.net/mda-lv2-%{version}.tar.bz2
9 # Source0-md5:  843ac4eade386034562917e95905e5d8
10 URL:            http://drobilla.net/software/mda-lv2/
11 BuildRequires:  libstdc++-devel
12 BuildRequires:  lv2-devel >= 1.0.0
13 BuildRequires:  pkgconfig
14 BuildRequires:  python
15 Requires:       lv2 >= 1.0.0
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 This is a port of the MDA VST plugins to LV2.
20
21 %description -l pl.UTF-8
22 Ten pakiet zawiera port wtyczek VST MDA do LV2.
23
24 %prep
25 %setup -q -n mda-lv2-%{version}
26
27 %build
28 CXX="%{__cxx}" \
29 CXXFLAGS="%{rpmcxxflags}" \
30 ./waf configure \
31         --prefix=%{_prefix} \
32         --libdir=%{_libdir} \
33         --strict
34
35 ./waf -v
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39
40 ./waf install \
41         --destdir=$RPM_BUILD_ROOT
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files
47 %defattr(644,root,root,755)
48 %doc README
49 %dir %{_libdir}/lv2/mda.lv2
50 %{_libdir}/lv2/mda.lv2/*.ttl
51 %attr(755,root,root) %{_libdir}/lv2/mda.lv2/*.so
This page took 0.056329 seconds and 4 git commands to generate.