# $Id: PKGBUILD 60150 2011-12-06 08:50:04Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: Philipp Sandhaus # Contributor: Robert Emil Berge # Contributor: Gnud pkgname=denemo pkgver=0.9.2 pkgrel=1 pkgdesc="A music score editor" arch=('i686' 'x86_64') url="http://www.denemo.org" license=('GPL') depends=('aubio' 'portaudio' 'lilypond' 'gtk2' 'libxml2' 'guile' 'fftw' 'gtksourceview2' 'librsvg' 'fluidsynth' 'libsmf') options=('!libtool') backup=('etc/denemo/denemo.conf') source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz") md5sums=('6dbe944f45cf8818b199e831ac7a5e4f') build() { cd $srcdir/$pkgname-$pkgver ./configure --prefix=/usr --sysconfdir=/etc make make DESTDIR=$pkgdir install }