added community/caps

This commit is contained in:
Kevin Mihelich 2014-01-22 14:08:30 +00:00
parent b6165b46b9
commit be91ce973b

28
community/caps/PKGBUILD Normal file
View file

@ -0,0 +1,28 @@
# $Id$
# Maintainer : speps <speps at aur dot archlinux dot org>
# Contributor: DonVla <donvla@users.sourceforge.net>
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
# - delete prepare function that set SSE build flags
pkgname=caps
pkgver=0.9.16
pkgrel=1
pkgdesc="The LADSPA C* Audio Plugin Suite"
arch=('i686' 'x86_64')
url="http://quitte.de/dsp/caps.html"
license=('GPL3')
groups=('ladspa-plugins')
depends=('ladspa')
source=("http://quitte.de/dsp/caps_$pkgver.tar.bz2")
md5sums=('85e79596f22636b154b152efe54d05ce')
build() {
cd $pkgname-$pkgver
make
}
package() {
cd $pkgname-$pkgver
make PREFIX="$pkgdir/usr" install
}