]> git.pld-linux.org Git - packages/lv2-mda-plugins.git/commitdiff
- new auto/th/lv2-mda-plugins-1.0.0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 17 Jun 2012 07:09:25 +0000 (07:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    lv2-mda-plugins.spec -> 1.1

lv2-mda-plugins.spec [new file with mode: 0644]

diff --git a/lv2-mda-plugins.spec b/lv2-mda-plugins.spec
new file mode 100644 (file)
index 0000000..aaedcd0
--- /dev/null
@@ -0,0 +1,51 @@
+Summary:       Port of the MDA VST plugins to LV2
+Summary(pl.UTF-8):     Port wtyczek VST MDA do LV2
+Name:          lv2-mda-plugins
+Version:       1.0.0
+Release:       1
+License:       GPL v3+
+Group:         Libraries
+Source0:       http://download.drobilla.net/mda-lv2-%{version}.tar.bz2
+# Source0-md5: 843ac4eade386034562917e95905e5d8
+URL:           http://drobilla.net/software/mda-lv2/
+BuildRequires: libstdc++-devel
+BuildRequires: lv2-devel >= 1.0.0
+BuildRequires: pkgconfig
+BuildRequires: python
+Requires:      lv2 >= 1.0.0
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This is a port of the MDA VST plugins to LV2.
+
+%description -l pl.UTF-8
+Ten pakiet zawiera port wtyczek VST MDA do LV2.
+
+%prep
+%setup -q -n mda-lv2-%{version}
+
+%build
+CXX="%{__cxx}" \
+CXXFLAGS="%{rpmcxxflags}" \
+./waf configure \
+       --prefix=%{_prefix} \
+       --libdir=%{_libdir} \
+       --strict
+
+./waf -v
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+./waf install \
+       --destdir=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README
+%dir %{_libdir}/lv2/mda.lv2
+%{_libdir}/lv2/mda.lv2/*.ttl
+%attr(755,root,root) %{_libdir}/lv2/mda.lv2/*.so
This page took 0.086054 seconds and 4 git commands to generate.