community/calf to 0.0.60-1

This commit is contained in:
Kevin Mihelich 2015-04-12 02:06:08 +00:00
parent b941829dc7
commit 60fa6d9245

View file

@ -6,8 +6,8 @@
# - remove --enable-see from configure
pkgname=calf
pkgver=0.0.19
pkgrel=4
pkgver=0.0.60
pkgrel=1
pkgdesc='LV2/DSSI/LADSPA plug-ins suite and standalone JACK host'
arch=('x86_64' 'i686')
url='http://calf.sf.net/'
@ -16,17 +16,17 @@ depends=('libglade' 'fftw' 'lash' 'dssi' 'fluidsynth' 'hicolor-icon-theme' 'desk
makedepends=('lv2core' 'ladspa' 'dssi')
source=("http://downloads.sf.net/$pkgname/$pkgname-$pkgver.tar.gz")
install=calf.install
sha256sums=('1106e7e27bcd18d47fc58c952a4dbf6c7a763272e13b2b94cee6f1b2fb922cec')
sha256sums=('a9e7156740b71b31b5c81730b57c56b9ed03bf3eff98938b3a416c09c0e32e05')
build() {
cd $srcdir/$pkgname-$pkgver
cd "$pkgname-$pkgver"
./configure --prefix=/usr --enable-experimental
make
}
package() {
cd $srcdir/$pkgname-$pkgver
make DESTDIR=$pkgdir install
make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
}
# vim:set ts=2 sw=2 et: