]> git.pld-linux.org Git - packages/ladspa-cmt-plugins.git/commitdiff
- initial release
authorfreetz <freetz@pld-linux.org>
Thu, 19 Jun 2003 15:36:48 +0000 (15:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ladspa-cmt-plugins.spec -> 1.1

ladspa-cmt-plugins.spec [new file with mode: 0644]

diff --git a/ladspa-cmt-plugins.spec b/ladspa-cmt-plugins.spec
new file mode 100644 (file)
index 0000000..12b9382
--- /dev/null
@@ -0,0 +1,45 @@
+%define                _name cmt
+Summary:       A collection of LADSPA plugins
+Summary(pl):   Kolekcja wtyczek do LADSPA
+Name:          ladspa-cmt-plugins
+Version:       1.15
+Release:       0.1
+License:       GPL
+Group:         Applications/Sound
+Source0:       http://www.ladspa.org/download/%{_name}_src_%{version}.tgz
+# Source0-md5: aa2f0609aca8b698625d86170c426e2c
+Patch0:                %{name}-makefile.patch
+URL:           http://www.ladspa.org/
+BuildRequires: ladspa-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The Computer Music Toolkit (CMT) is a collection of LADSPA plugins for
+use with software synthesis and recording packages on Linux.
+
+%description -l pl
+Computer Music Toolkit jest kolekcj± wtyczek dla LADSPA do u¿ytku z
+programami syntezy programowej i nagrywaj±cymi pod Linuxem.
+
+%prep
+%setup -q -n %{_name}
+%patch0 -p1
+
+%build
+cd src
+%{__make} OPTFLAGS="%{rpmcflags}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT/%{_libdir}/ladspa
+
+cd src
+%{__make} DESTDIR="$RPM_BUILD_ROOT" install
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README doc/*.html
+%attr(755,root,root) %{_libdir}/ladspa/*.so
This page took 0.05184 seconds and 4 git commands to generate.