[arch-commits] Commit in caps/repos (2 files)

Felix Yan felixonmars at archlinux.org
Tue Jul 7 18:07:16 UTC 2020


    Date: Tuesday, July 7, 2020 @ 18:07:16
  Author: felixonmars
Revision: 659995

archrelease: copy trunk to community-staging-x86_64

Added:
  caps/repos/community-staging-x86_64/
  caps/repos/community-staging-x86_64/PKGBUILD
    (from rev 659993, caps/trunk/PKGBUILD)

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

Copied: caps/repos/community-staging-x86_64/PKGBUILD (from rev 659993, caps/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-07-07 18:07:16 UTC (rev 659995)
@@ -0,0 +1,28 @@
+# Maintainer: David Runge <dave at sleepmap.de>
+# Contributor: speps <speps at aur dot archlinux dot org>
+# Contributor: DonVla <donvla at users.sourceforge.net>
+
+pkgname=caps
+pkgver=0.9.26
+pkgrel=2
+pkgdesc="The LADSPA C* Audio Plugin Suite"
+arch=('x86_64')
+url="http://quitte.de/dsp/caps.html"
+license=('GPL3')
+groups=('ladspa-plugins' 'pro-audio')
+depends=('gcc-libs')
+makedepends=('ladspa' 'python')
+source=("http://quitte.de/dsp/${pkgname}_${pkgver}.tar.bz2")
+sha512sums=('ce9a7219ef0c6c33a5debb407e9b6ea7432c3f50ab32c1915cf91c40cda541a812da887bf57ee536d653195158939889c4baf5fcbe3ded551abc676517e1da7a')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure.py
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make PREFIX="$pkgdir/usr" install
+  install -vDm 644 {CHANGES,README} -t "${pkgdir}/usr/share/doc/${pkgname}/"
+}



More information about the arch-commits mailing list