removed community/caps

This commit is contained in:
Kevin Mihelich 2017-12-24 20:35:09 +00:00
parent f70abb3ef0
commit 25487d3251

View file

@ -1,28 +0,0 @@
# $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.24
pkgrel=2
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=('c1d634038dcb54702306c0e30cb1c626')
build() {
cd $pkgname-$pkgver
make
}
package() {
cd $pkgname-$pkgver
make PREFIX="$pkgdir/usr" install
}