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

David Runge dvzrv at archlinux.org
Mon Jan 29 00:33:21 UTC 2018


    Date: Monday, January 29, 2018 @ 00:33:19
  Author: dvzrv
Revision: 287716

archrelease: copy trunk to community-testing-x86_64

Added:
  tap-plugins/repos/community-testing-x86_64/
  tap-plugins/repos/community-testing-x86_64/PKGBUILD
    (from rev 287715, tap-plugins/trunk/PKGBUILD)

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

Copied: tap-plugins/repos/community-testing-x86_64/PKGBUILD (from rev 287715, tap-plugins/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2018-01-29 00:33:19 UTC (rev 287716)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: David Runge <dave at sleepmap.de>
+# Contributor: speps <speps at aur dot archlinux dot org>
+# Contributor: Ng Oon-Ee <ngoonee.talk at gmail.com>
+
+pkgname=tap-plugins
+pkgver=1.0.0
+pkgrel=1
+pkgdesc="Tom's LADSPA Plugins"
+arch=('x86_64')
+url="http://tap-plugins.sourceforge.net/"
+license=('GPL2')
+groups=('ladspa-plugins')
+depends=('ladspa')
+source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('fc6c6bd394aa3bd6937180a548422de107a5be2ec06338dd107346fd65ceba2ada00835ab53d0491db5cd1744d94a33fe9a80079c9f1d0ca3ef2e127c3b5d549')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  # correct install path
+  sed 's|/usr/local/|$(DESTDIR)/usr/|' -i Makefile
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="$pkgdir/" install
+  install -vDm644 CREDITS "${pkgdir}/usr/share/doc/${pkgname}/CREDITS"
+  install -vDm644 README "${pkgdir}/usr/share/doc/${pkgname}/README"
+}



More information about the arch-commits mailing list