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

Daniel M. Capella polyzen at archlinux.org
Fri Dec 21 06:06:18 UTC 2018


    Date: Friday, December 21, 2018 @ 06:06:18
  Author: polyzen
Revision: 417057

archrelease: copy trunk to community-x86_64

Added:
  pcaudiolib/repos/community-x86_64/
  pcaudiolib/repos/community-x86_64/PKGBUILD
    (from rev 417056, pcaudiolib/trunk/PKGBUILD)

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

Copied: pcaudiolib/repos/community-x86_64/PKGBUILD (from rev 417056, pcaudiolib/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2018-12-21 06:06:18 UTC (rev 417057)
@@ -0,0 +1,30 @@
+# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
+
+pkgname=pcaudiolib
+pkgver=1.1
+pkgrel=2
+pkgdesc='Portable C Audio Library'
+url=https://github.com/espeak-ng/pcaudiolib
+arch=('x86_64')
+license=('GPL3')
+depends=('alsa-lib' 'libpulse')
+source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('d503c11b355601e1e05f0f438a0cd9ce277d19fd53d3f7edf26f6e17f1f8184e8b2112a282e8ed74db8646bb5534d2a9a3c707b1742ce02ef13fd89669785007')
+
+prepare() {
+  cd $pkgname-$pkgver
+  ./autogen.sh
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list