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

David Runge dvzrv at archlinux.org
Mon Jul 30 20:36:41 UTC 2018


    Date: Monday, July 30, 2018 @ 20:36:41
  Author: dvzrv
Revision: 364998

archrelease: copy trunk to community-x86_64

Added:
  aliki/repos/community-x86_64/
  aliki/repos/community-x86_64/PKGBUILD
    (from rev 364997, aliki/trunk/PKGBUILD)

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

Copied: aliki/repos/community-x86_64/PKGBUILD (from rev 364997, aliki/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2018-07-30 20:36:41 UTC (rev 364998)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: David Runge <dave at sleepmap.de>
+pkgname=aliki
+pkgver=0.3.0
+pkgrel=1
+pkgdesc="Measure Impulse Responses using a sine sweep and deconvolution"
+arch=('x86_64')
+url="https://kokkinizita.linuxaudio.org/linuxaudio/"
+license=('GPL2')
+groups=('pro-audio')
+depends=('clthreads' 'clxclient' 'fftw' 'jack' 'libsndfile' 'zita-alsa-pcmi')
+source=("https://kokkinizita.linuxaudio.org/linuxaudio/downloads/$pkgname-$pkgver.tar.bz2")
+sha512sums=('4ffb8287b1e0266d0d967d9cffae8f6438b0602e90b2c1cabdbaddf34b959e025d5cc247856642ebbebcaaa1314606b7f58d73b9e616ffcb54280f86f3788596')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+# remove optimization
+  sed -e '/march=native/d' -i source/Makefile
+}
+
+build() {
+  cd "$pkgname-$pkgver/source"
+  make PREFIX=/usr LIBDIR=lib
+}
+
+package() {
+  cd "$pkgname-$pkgver/source"
+  # installing by hand because the Makefile install target is broken
+  install -vDm 755 ${pkgname}{,-rt} -t "${pkgdir}/usr/bin/"
+  # docs
+  install -vDm 644 ../{AUTHORS,README,doc/${pkgname}-manual.pdf} \
+    -t "${pkgdir}/usr/share/doc/${pkgname}/"
+}



More information about the arch-commits mailing list