core/slv2/PKGBUILD

30 lines
798 B
Bash
Raw Normal View History

2010-07-20 07:13:53 +08:00
#
# Chakra Packages for Chakra, part of chakra-project.org
#
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
# include global config
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
pkgname=slv2
pkgver=0.6.6
pkgrel=2
2010-07-20 07:13:53 +08:00
pkgdesc="Library for LV2 hosts"
arch=(i686 x86_64)
url="http://drobilla.net/software/slv2"
license=('GPL')
depends=('redland' 'lv2core' 'jack-audio-connection-kit')
makedepends=('python2')
2010-07-20 07:13:53 +08:00
install=$pkgname.install
source=(http://download.drobilla.net/$pkgname-$pkgver.tar.bz2)
build() {
cd "$srcdir/$pkgname-$pkgver"
./waf configure --prefix=/usr
./waf build $MAKEFLAGS || return 1
./waf install --destdir="$pkgdir"
}
md5sums=('b8e8e0e82dd04324fcd533e8acd1ce85')