# $Id: PKGBUILD 150615 2012-02-18 22:58:30Z pierre $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: XazZ <xazz.xazz [AT] googlemail.com>

pkgname=liblastfm
pkgver=0.3.3
pkgrel=3
pkgdesc="A collection of libraries to help you integrate Last.fm services into your rich desktop software"
arch=('i686' 'x86_64')
url="http://github.com/mxcl/liblastfm/"
license=('GPL')
depends=('libsamplerate' 'fftw' 'qt')
makedepends=('ruby')
options=('!libtool')
source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/mxcl/${pkgname}/tarball/${pkgver}"
        'no-ftools.patch')
sha1sums=('f2e9705c9c2cbeaa14f46da9bd35ab36fe710392'
          'ba344601d29091fb88123f80592359369efdf338')

build() {
  cd ${srcdir}/mxcl-${pkgname}-1c739eb

  patch -Np1 -i ${srcdir}/no-ftools.patch

  ruby configure --release --prefix /usr
  make
}

package(){
  cd ${srcdir}/mxcl-${pkgname}-1c739eb
  make DESTDIR=${pkgdir} install
}
