[arch-commits] Commit in amb-plugins/repos (2 files)
David Runge
dvzrv at archlinux.org
Fri Dec 1 21:39:34 UTC 2017
Date: Friday, December 1, 2017 @ 21:39:33
Author: dvzrv
Revision: 271232
archrelease: copy trunk to community-testing-x86_64
Added:
amb-plugins/repos/community-testing-x86_64/
amb-plugins/repos/community-testing-x86_64/PKGBUILD
(from rev 271231, amb-plugins/trunk/PKGBUILD)
----------+
PKGBUILD | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
Copied: amb-plugins/repos/community-testing-x86_64/PKGBUILD (from rev 271231, amb-plugins/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD (rev 0)
+++ community-testing-x86_64/PKGBUILD 2017-12-01 21:39:33 UTC (rev 271232)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer : David Runge <dave at sleepmap.de>
+# Contributor: speps <speps at aur dot archlinux dot org>
+
+pkgname=amb-plugins
+pkgver=0.8.1
+pkgrel=3
+pkgdesc="A set of LADSPA ambisonics plugins"
+arch=('x86_64')
+url="http://kokkinizita.linuxaudio.org/linuxaudio/ladspa/"
+license=('GPL2')
+groups=('ladspa-plugins')
+depends=('ladspa')
+source=("${url}../downloads/AMB-plugins-${pkgver}.tar.bz2")
+sha512sums=('cdf0f6f656012f1e9d31f54d4446392223165327804f44c8d767904c51ab54a858099f8ad5f57362494d1a3cd73c4b258b4748022b5d9b3f860ab4bb84dd4a71')
+
+build() {
+ cd "${srcdir}/AMB-plugins-${pkgver}"
+ make
+}
+
+package() {
+ cd "${srcdir}/AMB-plugins-${pkgver}"
+ install -t "${pkgdir}/usr/lib/ladspa/" -Dm 755 *.so
+ install -Dm644 README "${pkgdir}/usr/share/doc/${pkgname}/README"
+ install -Dm644 AUTHORS "${pkgdir}/usr/share/doc/${pkgname}/AUTHORS"
+}
More information about the arch-commits
mailing list