]> git.pld-linux.org Git - packages/GxPlugins.lv2.git/blob - GxPlugins.lv2.spec
Summary fix
[packages/GxPlugins.lv2.git] / GxPlugins.lv2.spec
1 Summary:        A set of extra lv2 plugins from the Guitarix project
2 Name:           GxPlugins.lv2
3 Version:        0.7
4 Release:        1
5 License:        GPL v3
6 Group:          Applications
7 Source0:        https://github.com/brummer10/GxPlugins.lv2/releases/download/v%{version}/GxPlugins_%{version}.tar.gz
8 # Source0-md5:  05d739339bd48311b1e9590232780809
9 Patch0:         makefiles.patch
10 URL:            https://github.com/brummer10/GxPlugins.lv2
11 BuildRequires:  cairo-devel
12 BuildRequires:  lv2-devel
13 BuildRequires:  xorg-lib-libX11-devel
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %define         _noautoprovfiles        %{_libdir}/lv2
17
18 %description
19 GxPlugins.lv2 is a set of extra standalone lv2 plugins designed to
20 compliment the Guitarix project.
21
22 %prep
23 %setup -qn GxPlugins_%{version}
24
25 %patch0 -p1
26
27 %build
28 %{__make} \
29         INSTALL_DIR="%{_libdir}/lv2" \
30         SSE_CFLAGS="" \
31         rpmcxxflags="%{rpmcxxflags}" \
32         rpmldflags="%{rpmldflags}"
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36
37 %{__make} install \
38         INSTALL_DIR="%{_libdir}/lv2" \
39         DESTDIR=$RPM_BUILD_ROOT
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files
45 %defattr(644,root,root,755)
46 %%dir %{_libdir}/lv2/*.lv2
47 %{_libdir}/lv2/*.lv2/*.ttl
48 %attr(755,root,root) %{_libdir}/lv2/*.lv2/*.so
This page took 0.05541 seconds and 3 git commands to generate.