]> git.pld-linux.org Git - packages/ladspa-cmt-plugins.git/blob - ladspa-cmt-plugins.spec
- wrr
[packages/ladspa-cmt-plugins.git] / ladspa-cmt-plugins.spec
1 %define         _name cmt
2 Summary:        A collection of LADSPA plugins from Computer Music Toolkit
3 Summary(pl):    Kolekcja wtyczek LADSPA z projektu Computer Music Toolkit
4 Name:           ladspa-cmt-plugins
5 Version:        1.15
6 Release:        0.1
7 License:        GPL
8 Group:          Applications/Sound
9 Source0:        http://www.ladspa.org/download/%{_name}_src_%{version}.tgz
10 # Source0-md5:  aa2f0609aca8b698625d86170c426e2c
11 Patch0:         %{name}-makefile.patch
12 URL:            http://www.ladspa.org/
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 The Computer Music Toolkit (CMT) is a collection of LADSPA plugins for
20 use with software synthesis and recording packages on Linux.
21
22 %description -l pl
23 Computer Music Toolkit jest kolekcj± wtyczek LADSPA do u¿ytku z
24 syntezatorami programowymi i programami nagrywaj±cymi d¼wiêk pod
25 Linuksem.
26
27 %prep
28 %setup -q -n %{_name}
29 %patch0 -p1
30
31 %build
32 %{__make} -C src \
33         OPTFLAGS="%{rpmcflags}"
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37 install -d $RPM_BUILD_ROOT%{_libdir}/ladspa
38
39 %{__make} install -C src \
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 README doc/*.html
49 %attr(755,root,root) %{_libdir}/ladspa/*.so
This page took 0.081749 seconds and 4 git commands to generate.