[packages/fomp] - new
qboosh
qboosh at pld-linux.org
Sun Nov 4 08:48:56 CET 2012
commit 2308fdd337e16cfa789fbfd3cc4484bfd12d487a
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sun Nov 4 08:48:45 2012 +0100
- new
fomp.spec | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 58 insertions(+)
---
diff --git a/fomp.spec b/fomp.spec
new file mode 100644
index 0000000..84f976a
--- /dev/null
+++ b/fomp.spec
@@ -0,0 +1,58 @@
+Summary: LV2 port of the MCP, VCO, FIL, and WAH plugins
+Summary(pl.UTF-8): Port LV2 wtyczek MCP, VCO, FIL i WAH
+Name: fomp
+Version: 1.0.0
+Release: 1
+License: GPL v2+
+Group: Libraries
+Source0: http://download.drobilla.net/%{name}-%{version}.tar.bz2
+# Source0-md5: 0bb3d8331326d2c3485a9c538436cb56
+URL: http://drobilla.net/software/fomp/
+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
+FOMP is an LV2 port of the MCP, VCO, FIL, and WAH plugins by Fons
+Adriaensen.
+
+There are 13 plugins in total: 1 auto-wah, 1 EQ, 3 chorus, 5 filters,
+and 3 oscillators.
+
+%description -l pl.UTF-8
+FOMP to port LV2 wtyczek MCP, VCO, FIL oraz WAH, napisanych przez
+Fonsa Adriaensena.
+
+W sumie jest 13 wtyczek: 1 auto-wah, 1 EQ, 3 chóry, 5 filtrów, 3
+generatory.
+
+%prep
+%setup -q
+
+%build
+CC="%{__cc}" \
+CFLAGS="%{rpmcflags}" \
+./waf configure \
+ --prefix=%{_prefix} \
+ --libdir=%{_libdir}
+
+./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 AUTHORS NEWS README
+%dir %{_libdir}/lv2/fomp.lv2
+%attr(755,root,root) %{_libdir}/lv2/fomp.lv2/*.so
+%{_libdir}/lv2/fomp.lv2/*.ttl
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/fomp.git/commitdiff/2308fdd337e16cfa789fbfd3cc4484bfd12d487a
More information about the pld-cvs-commit
mailing list