Date: Sunday, December 3, 2017 @ 22:48:22
  Author: dvzrv
Revision: 272054

archrelease: copy trunk to community-testing-x86_64

Added:
  mcp-plugins/repos/community-testing-x86_64/
  mcp-plugins/repos/community-testing-x86_64/PKGBUILD
    (from rev 272053, mcp-plugins/trunk/PKGBUILD)

----------+
 PKGBUILD |   28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

Copied: mcp-plugins/repos/community-testing-x86_64/PKGBUILD (from rev 272053, 
mcp-plugins/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD                           (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-12-03 22:48:22 UTC (rev 272054)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: David Runge <[email protected]>
+# Contributor: speps <speps at aur dot archlinux dot org>
+
+pkgname=mcp-plugins
+pkgver=0.4.0
+pkgrel=3
+pkgdesc="A set of LADSPA filters plugins"
+arch=('x86_64')
+url="http://kokkinizita.linuxaudio.org/linuxaudio/ladspa/";
+license=('GPL2')
+groups=('ladspa-plugins')
+depends=('ladspa')
+source=("${url}../downloads/MCP-plugins-${pkgver}.tar.bz2")
+sha512sums=('8a5e431ea539a46ce3d3f554fae21fc09028d898e24c316ab1b0d3d6540650107a1d10ce9a4cb6d1f0d2fd8868e2b43cf439f47ed6d90fb066375bbf3883d344')
+
+build() {
+  cd "MCP-plugins-${pkgver}"
+  make
+}
+
+package() {
+  cd "MCP-plugins-${pkgver}"
+  # install plugins
+  install -t "${pkgdir}/usr/lib/ladspa/" -Dm755 *.so
+  install -Dm644 AUTHORS "${pkgdir}/usr/share/doc/${pkgname}/AUTHORS"
+  install -Dm644 README "${pkgdir}/usr/share/doc/${pkgname}/README"
+}

Reply via email to