]> git.pld-linux.org Git - packages/lv2-blop-plugins.git/blob - lv2-blop-plugins.spec
- new
[packages/lv2-blop-plugins.git] / lv2-blop-plugins.spec
1 Summary:        Port of the BLOP LADSPA plugins to LV2
2 Summary(pl.UTF-8):      Port wtyczek LADSPA BLOP do LV2
3 Name:           lv2-blop-plugins
4 Version:        1.0.0
5 Release:        1
6 License:        GPL v3+
7 Group:          Libraries
8 Source0:        http://download.drobilla.net/blop-lv2-%{version}.tar.bz2
9 # Source0-md5:  3dfd6f7366938a25a47d09d9dd863b8b
10 URL:            http://drobilla.net/software/blop-lv2/
11 BuildRequires:  libstdc++-devel
12 BuildRequires:  lv2-devel >= 1.2.0
13 BuildRequires:  pkgconfig
14 BuildRequires:  python
15 Requires:       lv2 >= 1.2.0
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 This is a port of the BLOP LADSPA plugins to LV2.
20
21 %description -l pl.UTF-8
22 Ten pakiet zawiera port wtyczek LADSPA BLOP do LV2.
23
24 %prep
25 %setup -q -n blop-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 AUTHORS README
49 %dir %{_libdir}/lv2/blop.lv2
50 %{_libdir}/lv2/blop.lv2/*.ttl
51 %attr(755,root,root) %{_libdir}/lv2/blop.lv2/*.so
This page took 0.080851 seconds and 3 git commands to generate.