From be91ce973b8a017ed48ab6f077250bcfb2b16dc7 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Wed, 22 Jan 2014 14:08:30 +0000 Subject: [PATCH] added community/caps --- community/caps/PKGBUILD | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 community/caps/PKGBUILD diff --git a/community/caps/PKGBUILD b/community/caps/PKGBUILD new file mode 100644 index 000000000..c7858a12a --- /dev/null +++ b/community/caps/PKGBUILD @@ -0,0 +1,28 @@ +# $Id$ +# Maintainer : speps +# Contributor: DonVla + +# ALARM: Kevin Mihelich +# - 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 +}