# Maintainer: bill-auger <bill-auger@programmer.net>
pkgname=freewheeling
pkgver=0.6.2
pkgrel=1
pkgdesc="live audio looper and synthesizer musical instrument"
arch=('i686' 'x86_64')
url='http://freewheeling.sourceforge.net/'
license=('GPL')
depends=('fluidsynth' 'liblo' 'libogg' 'libsm' 'libvorbis' 'libxml2' 'nettle' 'sdl_ttf' 'sdl_gfx')
makedepends=()
conflicts=('freewheeling-svn')
source=("https://github.com/free-wheeling/freewheeling/archive/v$pkgver.tar.gz"
        "https://github.com/free-wheeling/freewheeling/releases/download/v$pkgver/PKGBUILD.sig")
md5sums=('1927a021777b1ded569c8f4e7da0bae3' SKIP)
validpgpkeys=('3954A7AB837D0EA9CFA9798925DB7D9B5A8D4B40')

rootdir="$pkgname-$pkgver"


build() {
  cd $rootdir
  ./configure
  make
}

package() {
  cd $rootdir
  make DESTDIR="$pkgdir/" install
}
