[arch-commits] Commit in synthv1/repos (2 files)

David Runge dvzrv at archlinux.org
Thu Dec 7 12:27:49 UTC 2017


    Date: Thursday, December 7, 2017 @ 12:27:48
  Author: dvzrv
Revision: 273004

archrelease: copy trunk to community-testing-x86_64

Added:
  synthv1/repos/community-testing-x86_64/
  synthv1/repos/community-testing-x86_64/PKGBUILD
    (from rev 273003, synthv1/trunk/PKGBUILD)

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

Copied: synthv1/repos/community-testing-x86_64/PKGBUILD (from rev 273003, synthv1/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2017-12-07 12:27:48 UTC (rev 273004)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: David Runge <dave at sleepmap.de>
+# Contributor: speps <speps at aur dot archlinux dot org>
+
+pkgname=synthv1
+pkgver=0.8.5
+pkgrel=1
+pkgdesc="An old-school all-digital 4-oscillator subtractive polyphonic synthesizer with stereo fx"
+arch=('x86_64')
+url="https://synthv1.sourceforge.io/synthv1-index.html"
+license=('GPL')
+groups=('lv2-plugins')
+depends=('jack' 'liblo' 'lv2' 'qt5-base' 'desktop-file-utils'
+         'hicolor-icon-theme' 'shared-mime-info')
+makedepends=('qt5-tools')
+source=("https://download.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('5d305aa6087b6b29d3e2ae285a0ec5cfc9debf758e2a81613dc1075630667ca3a39500e0637809fd250e51ab7954e787fa19b269f87d320c739c847fe434b3b2')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+              --libdir=/usr/lib
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list