[arch-commits] Commit in alsa-plugins/repos (staging-x86_64 staging-x86_64/PKGBUILD)
Anatol Pomozov
anatolik at archlinux.org
Tue Apr 24 00:57:53 UTC 2018
Date: Tuesday, April 24, 2018 @ 00:57:52
Author: anatolik
Revision: 322873
archrelease: copy trunk to staging-x86_64
Added:
alsa-plugins/repos/staging-x86_64/
alsa-plugins/repos/staging-x86_64/PKGBUILD
(from rev 322872, alsa-plugins/trunk/PKGBUILD)
----------+
PKGBUILD | 35 +++++++++++++++++++++++++++++++++++
1 file changed, 35 insertions(+)
Copied: alsa-plugins/repos/staging-x86_64/PKGBUILD (from rev 322872, alsa-plugins/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-04-24 00:57:52 UTC (rev 322873)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Daniel Ehlers <danielehlers at mindeye.net>
+
+pkgname=alsa-plugins
+pkgver=1.1.6
+pkgrel=2
+pkgdesc="Extra alsa plugins"
+arch=(x86_64)
+url="http://www.alsa-project.org"
+license=(GPL)
+depends=(alsa-lib)
+makedepends=(libpulse jack ffmpeg)
+optdepends=('libpulse: PulseAudio plugin'
+ 'jack: Jack plugin'
+ 'ffmpeg: libavcodec resampling plugin, a52 plugin'
+ 'libsamplerate: libsamplerate resampling plugin'
+ 'speex: libspeexdsp resampling plugin')
+source=("ftp://ftp.alsa-project.org/pub/plugins/$pkgname-$pkgver.tar.bz2")
+sha1sums=('a3601513f1a54eaef606744c9c9f4e9d4d44bf40')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+
+ install -d "$pkgdir/usr/share/doc/$pkgname"
+ install -m644 doc/README* doc/*.txt "$pkgdir/usr/share/doc/$pkgname/"
+}
More information about the arch-commits
mailing list