mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
added community/caps
This commit is contained in:
parent
b6165b46b9
commit
be91ce973b
1 changed files with 28 additions and 0 deletions
28
community/caps/PKGBUILD
Normal file
28
community/caps/PKGBUILD
Normal 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
|
||||
}
|
Loading…
Reference in a new issue