summaryrefslogtreecommitdiff
path: root/community/calf
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-11-02 10:21:33 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2012-11-02 10:21:33 +0100
commit7331003f023f979ab7ad98bdca0eceed11af5957 (patch)
treecd10099276da7590c6cdb28528442a4f7a889cf4 /community/calf
parent312d1a232de2133d8af1628d46782e70d07766e9 (diff)
parent35bd2bb6857eb818ca53b8fe34d88106133342f4 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/calf/PKGBUILD community/geany-plugins/PKGBUILD community/noip/PKGBUILD core/procps-ng/PKGBUILD
Diffstat (limited to 'community/calf')
-rw-r--r--community/calf/PKGBUILD13
1 files changed, 6 insertions, 7 deletions
diff --git a/community/calf/PKGBUILD b/community/calf/PKGBUILD
index 63a320e47..1189cc8ad 100644
--- a/community/calf/PKGBUILD
+++ b/community/calf/PKGBUILD
@@ -1,35 +1,34 @@
-# $Id: PKGBUILD 77743 2012-10-14 09:43:37Z arodseth $
+# $Id: PKGBUILD 79263 2012-11-02 00:01:25Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Ray Rashif <schiv@archlinux.org>
pkgname=calf
pkgver=0.0.19
-_rc=8
-pkgrel=1
+pkgrel=2
pkgdesc='LV2/DSSI/LADSPA plug-ins suite and standalone JACK host'
arch=('i686' 'x86_64' 'mips64el')
url='http://calf.sf.net/'
license=('LGPL')
depends=('libglade' 'fftw' 'lash' 'dssi' 'fluidsynth' 'hicolor-icon-theme' 'desktop-file-utils')
makedepends=('lv2core' 'ladspa' 'dssi')
-source=("http://downloads.sf.net/$pkgname/$pkgname-$pkgver-rc$_rc.tar.gz")
+source=("http://downloads.sf.net/$pkgname/$pkgname-$pkgver.tar.gz")
install=calf.install
options=('!libtool')
-sha256sums=('57cb536a24a7b9df890dc665fd75c2f4d307859e55f3b25015c73cdc726a56b5')
+sha256sums=('1106e7e27bcd18d47fc58c952a4dbf6c7a763272e13b2b94cee6f1b2fb922cec')
build() {
- cd $srcdir/$pkgname-$pkgver-rc$_rc
if [ "$CARCH" != "mips64el" ]; then
confflags="--enable-sse"
else
confflags=""
fi
+ cd $srcdir/$pkgname-$pkgver
./configure --prefix=/usr --enable-experimental ${confflags}
make
}
package() {
- cd $srcdir/$pkgname-$pkgver-rc$_rc
+ cd $srcdir/$pkgname-$pkgver
make DESTDIR=$pkgdir install
}