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

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


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

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

Added:
  blop/repos/community-i686/
  blop/repos/community-i686/PKGBUILD
    (from rev 95482, blop/trunk/PKGBUILD)
  blop/repos/community-x86_64/
  blop/repos/community-x86_64/PKGBUILD
    (from rev 95482, blop/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   25 +++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   25 +++++++++++++++++++++++++
 2 files changed, 50 insertions(+)

Copied: blop/repos/community-i686/PKGBUILD (from rev 95482, blop/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-08-13 03:13:24 UTC (rev 95483)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer : speps <speps at aur dot archlinux dot org>
+
+pkgname=blop
+pkgver=0.2.8
+pkgrel=1
+pkgdesc="Bandlimited LADSPA Oscillator Plugins"
+arch=('i686' 'x86_64')
+url="http://blop.sourceforge.net/"
+license=('GPL')
+depends=('ladspa')
+groups=('ladspa-plugins')
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz")
+md5sums=('4baedbf1e7cacc7d1034c4bcd5556d6f')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package(){
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}

Copied: blop/repos/community-x86_64/PKGBUILD (from rev 95482, blop/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-08-13 03:13:24 UTC (rev 95483)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer : speps <speps at aur dot archlinux dot org>
+
+pkgname=blop
+pkgver=0.2.8
+pkgrel=1
+pkgdesc="Bandlimited LADSPA Oscillator Plugins"
+arch=('i686' 'x86_64')
+url="http://blop.sourceforge.net/"
+license=('GPL')
+depends=('ladspa')
+groups=('ladspa-plugins')
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz")
+md5sums=('4baedbf1e7cacc7d1034c4bcd5556d6f')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package(){
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}




More information about the arch-commits mailing list