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

David Runge dvzrv at archlinux.org
Sat Dec 2 00:53:03 UTC 2017


    Date: Saturday, December 2, 2017 @ 00:53:02
  Author: dvzrv
Revision: 271238

archrelease: copy trunk to community-testing-x86_64

Added:
  amsynth/repos/community-testing-x86_64/
  amsynth/repos/community-testing-x86_64/PKGBUILD
    (from rev 271237, amsynth/trunk/PKGBUILD)

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

Copied: amsynth/repos/community-testing-x86_64/PKGBUILD (from rev 271237, amsynth/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2017-12-02 00:53:02 UTC (rev 271238)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer : David Runge <dave at sleepmap.de>
+# Contributor: speps <speps at aur dot archlinux dot org>
+# Contributor: Alessio Biancalana <dottorblaster at gmail.com>
+
+pkgname=amsynth
+pkgver=1.8.0
+pkgrel=2
+pkgdesc="Analogue Modeling SYNTHesizer"
+arch=('x86_64')
+url="https://amsynth.github.io/"
+license=('GPL2')
+groups=('dssi-plugins' 'lv2-plugins')
+depends=('gtk2' 'jack' 'liblo')
+makedepends=('dssi' 'ladspa' 'intltool')
+source=("https://github.com/amsynth/amsynth/releases/download/release-${pkgver}/amsynth-${pkgver}.tar.bz2")
+sha512sums=('a47489b103dbdd1cb2233d8629acfda2a1d26ac1f7ea5b8c4e7925676842cac21758ca94b50894e71426517bd826e9a9b6fd26800516054e24d62f7cbce4f0f9')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  # enable required C++11 support
+  export CXXFLAGS+=' -std=c++11'
+  ./configure --prefix=/usr
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="$pkgdir/" install
+  install -Dm 644 AUTHORS "${pkgdir}/usr/share/doc/${pkgname}/AUTHORS"
+  install -Dm 644 NEWS "${pkgdir}/usr/share/doc/${pkgname}/NEWS"
+  install -Dm 644 README "${pkgdir}/usr/share/doc/${pkgname}/README"
+}



More information about the arch-commits mailing list