summaryrefslogtreecommitdiff
path: root/community/g2reverb/PKGBUILD
blob: c78895ef0bd774f2fea31a99cb1d7d762ed70e21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# $Id$
# Maintainer : speps <speps at aur dot archlinux dot org>

pkgname=g2reverb
pkgver=0.7.1
pkgrel=1
pkgdesc="LADSPA stereo reverb plugin based on greverb"
arch=('i686' 'x86_64')
url="http://kokkinizita.linuxaudio.org/linuxaudio/ladspa/"
license=('GPL')
groups=('ladspa-plugins')
depends=('ladspa')
source=("${url}../downloads/$pkgname-$pkgver.tar.bz2")
md5sums=('072c2af1f0ed526be432ede7e7a529ae')

build() {
  cd $pkgname-$pkgver
  make
}

package() {
  cd $pkgname-$pkgver

  # plugin
  install -Dm755 $pkgname.so \
    "$pkgdir/usr/lib/ladspa/$pkgname.so"
}