[arch-commits] Commit in jaaa/repos/community-x86_64 (PKGBUILD PKGBUILD)
David Runge
dvzrv at archlinux.org
Mon Jul 30 23:07:30 UTC 2018
Date: Monday, July 30, 2018 @ 23:07:29
Author: dvzrv
Revision: 365012
archrelease: copy trunk to community-x86_64
Added:
jaaa/repos/community-x86_64/PKGBUILD
(from rev 365011, jaaa/trunk/PKGBUILD)
Deleted:
jaaa/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 79 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 39 insertions(+), 40 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-07-30 23:07:23 UTC (rev 365011)
+++ PKGBUILD 2018-07-30 23:07:29 UTC (rev 365012)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: David Runge <dave at sleepmap.de>
-# Contributor: Christopher Arndt <aur -at- chrisarndt -dot- de>
-# Contributor: speps <speps at aur dot archlinux dot org>
-# Contributor: Philipp Überbacher <murks at lavabit dot com>
-# Contributor: Shinlun Hsieh <yngwiexx at yahoo.com.tw>
-pkgname=jaaa
-pkgver=0.8.4
-pkgrel=2
-pkgdesc="JACK and ALSA Audio Analyser"
-arch=('x86_64')
-url="https://kokkinizita.linuxaudio.org/linuxaudio/"
-license=('GPL2')
-groups=('pro-audio')
-depends=('clthreads' 'clxclient' 'fftw' 'jack' 'zita-alsa-pcmi')
-makedepends=()
-source=("https://kokkinizita.linuxaudio.org/linuxaudio/downloads/$pkgname-$pkgver.tar.bz2")
-sha512sums=('d83dad995d4d6919e719671e19610be9cc6b9c14d922eabc6892f3427584baaacc212b37f0466373a38f1fcc65838851c09bb2ae72d9dfdc9c52921b594cbe8d')
-
-prepare() {
- cd "$pkgname-$pkgver"
- # remove optimization
- sed -e '/march=native/d' \
- -i source/Makefile
-}
-
-build() {
- cd "$pkgname-$pkgver/source"
- make LIBDIR=lib
-}
-
-package() {
- cd "$pkgname-$pkgver/source"
- make PREFIX=/usr DESTDIR="$pkgdir/" install
-
- # doc
- install -vDm 644 ../{AUTHORS,README} \
- -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
Copied: jaaa/repos/community-x86_64/PKGBUILD (from rev 365011, jaaa/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-07-30 23:07:29 UTC (rev 365012)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: David Runge <dave at sleepmap.de>
+# Contributor: Christopher Arndt <aur -at- chrisarndt -dot- de>
+# Contributor: speps <speps at aur dot archlinux dot org>
+# Contributor: Philipp Überbacher <murks at lavabit dot com>
+# Contributor: Shinlun Hsieh <yngwiexx at yahoo.com.tw>
+pkgname=jaaa
+pkgver=0.8.4
+pkgrel=3
+pkgdesc="JACK and ALSA Audio Analyser"
+arch=('x86_64')
+url="https://kokkinizita.linuxaudio.org/linuxaudio/"
+license=('GPL2')
+groups=('pro-audio')
+depends=('clthreads' 'clxclient' 'fftw' 'jack' 'zita-alsa-pcmi')
+source=("https://kokkinizita.linuxaudio.org/linuxaudio/downloads/$pkgname-$pkgver.tar.bz2")
+sha512sums=('d83dad995d4d6919e719671e19610be9cc6b9c14d922eabc6892f3427584baaacc212b37f0466373a38f1fcc65838851c09bb2ae72d9dfdc9c52921b594cbe8d')
+
+prepare() {
+ cd "$pkgname-$pkgver"
+ # remove optimization
+ sed -e '/march=native/d' \
+ -i source/Makefile
+}
+
+build() {
+ cd "$pkgname-$pkgver/source"
+ make LIBDIR=lib
+}
+
+package() {
+ cd "$pkgname-$pkgver/source"
+ make PREFIX=/usr DESTDIR="$pkgdir/" install
+
+ # doc
+ install -vDm 644 ../{AUTHORS,README} \
+ -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
More information about the arch-commits
mailing list