[arch-commits] Commit in hexter/repos (community-x86_64 community-x86_64/PKGBUILD)

David Runge dvzrv at archlinux.org
Mon Jun 24 21:35:45 UTC 2019


    Date: Monday, June 24, 2019 @ 21:35:45
  Author: dvzrv
Revision: 483698

archrelease: copy trunk to community-x86_64

Added:
  hexter/repos/community-x86_64/
  hexter/repos/community-x86_64/PKGBUILD
    (from rev 483697, hexter/trunk/PKGBUILD)

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

Copied: hexter/repos/community-x86_64/PKGBUILD (from rev 483697, hexter/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2019-06-24 21:35:45 UTC (rev 483698)
@@ -0,0 +1,38 @@
+# Maintainer: David Runge <dave at sleepmap.de>
+
+pkgname=hexter
+pkgver=1.1.0
+pkgrel=2
+pkgdesc="A Yamaha DX7 modeling software synthesizer for the DSSI Soft Synth Interface"
+arch=('x86_64')
+url="https://github.com/smbolton/hexter"
+license=('GPL2')
+groups=('dssi-plugins' 'pro-audio')
+depends=('alsa-lib' 'gtk2' 'liblo')
+makedepends=('dssi' 'ladspa')
+optdepends=('dssi: for jack-dssi-host as plugin host'
+            'qtractor: plugin host')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/smbolton/${pkgname}/archive/version_${pkgver}.tar.gz")
+sha512sums=('4e779bf386d79e4e4869e84d0ab600976b3b8f40ad96d79cde6315f378554a86ebf78f4e85e777ed7820842a840b508afdd19a62b42a7d2f65d16c26dfa146f2')
+
+prepare() {
+  mv -v "${pkgname}-version_${pkgver}" "${pkgname}-${pkgver}"
+  cd "$pkgname-$pkgver"
+  ./autogen.sh
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  make -k check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}



More information about the arch-commits mailing list