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

David Runge dvzrv at archlinux.org
Thu Aug 23 23:18:47 UTC 2018


    Date: Thursday, August 23, 2018 @ 23:18:47
  Author: dvzrv
Revision: 373489

archrelease: copy trunk to community-x86_64

Added:
  noise-repellent/repos/community-x86_64/
  noise-repellent/repos/community-x86_64/PKGBUILD
    (from rev 373488, noise-repellent/trunk/PKGBUILD)

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

Copied: noise-repellent/repos/community-x86_64/PKGBUILD (from rev 373488, noise-repellent/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2018-08-23 23:18:47 UTC (rev 373489)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: David Runge <dave at sleepmap.de>
+pkgname=noise-repellent
+pkgver=0.1.4
+pkgrel=2
+pkgdesc="An lv2 plug-in for broadband noise reduction"
+arch=('x86_64')
+url="https://github.com/lucianodato/noise-repellent"
+license=('GPL3')
+groups=('lv2-plugins' 'pro-audio')
+depends=('fftw')
+makedepends=('lv2')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/lucianodato/${pkgname}/archive/${pkgver}.tar.gz")
+sha512sums=('9194d0923f6128f3628d6ee008991629ff20e693a94ba672f628bb2affb973592608c976696a48b2ff41d5001603be2844988defe66fb39ff31f103b55dc6c57')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  export PREFIX=/usr
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}/"
+}



More information about the arch-commits mailing list