[arch-commits] Commit in hexter/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Tue Jul 7 16:12:58 UTC 2020
Date: Tuesday, July 7, 2020 @ 16:12:58
Author: felixonmars
Revision: 659166
archrelease: copy trunk to community-staging-x86_64
Added:
hexter/repos/community-staging-x86_64/
hexter/repos/community-staging-x86_64/PKGBUILD
(from rev 659165, hexter/trunk/PKGBUILD)
----------+
PKGBUILD | 38 ++++++++++++++++++++++++++++++++++++++
1 file changed, 38 insertions(+)
Copied: hexter/repos/community-staging-x86_64/PKGBUILD (from rev 659165, hexter/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2020-07-07 16:12:58 UTC (rev 659166)
@@ -0,0 +1,38 @@
+# Maintainer: David Runge <dave at sleepmap.de>
+
+pkgname=hexter
+pkgver=1.1.0
+pkgrel=3
+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