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

speps speps at nymeria.archlinux.org
Tue Aug 13 03:24:49 UTC 2013


    Date: Tuesday, August 13, 2013 @ 05:24:48
  Author: speps
Revision: 95495

archrelease: copy trunk to community-i686, community-x86_64

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

---------------------------+
 community-i686/PKGBUILD   |   31 +++++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   31 +++++++++++++++++++++++++++++++
 2 files changed, 62 insertions(+)

Copied: tap-plugins/repos/community-i686/PKGBUILD (from rev 95494, tap-plugins/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-08-13 03:24:48 UTC (rev 95495)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : speps <speps at aur dot archlinux dot org>
+# Contributor: Ng Oon-Ee <ngoonee.talk at gmail.com>
+
+pkgname=tap-plugins
+pkgver=0.7.2
+pkgrel=1
+pkgdesc="Tom's LADSPA Plugins"
+arch=('i686' 'x86_64')
+url="http://tap-plugins.sourceforge.net/"
+license=('GPL')
+groups=('ladspa-plugins')
+depends=('ladspa')
+source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz")
+md5sums=('354b171e580cfad6bad87c26a79ef273')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  # correct install path
+  sed 's|/usr/local/|$(DESTDIR)/usr/|' -i Makefile
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make 
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}

Copied: tap-plugins/repos/community-x86_64/PKGBUILD (from rev 95494, tap-plugins/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-08-13 03:24:48 UTC (rev 95495)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : speps <speps at aur dot archlinux dot org>
+# Contributor: Ng Oon-Ee <ngoonee.talk at gmail.com>
+
+pkgname=tap-plugins
+pkgver=0.7.2
+pkgrel=1
+pkgdesc="Tom's LADSPA Plugins"
+arch=('i686' 'x86_64')
+url="http://tap-plugins.sourceforge.net/"
+license=('GPL')
+groups=('ladspa-plugins')
+depends=('ladspa')
+source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz")
+md5sums=('354b171e580cfad6bad87c26a79ef273')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  # correct install path
+  sed 's|/usr/local/|$(DESTDIR)/usr/|' -i Makefile
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make 
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}




More information about the arch-commits mailing list