# Maintainer: Guest One # file 'hexter' taken from https://aur.archlinux.org/packages/hexter/ pkgname=hexter pkgver=1.0.2 pkgrel=1 pkgdesc="A DSSI software synthesizer that models the sound generation of a Yamaha DX7" arch=('i686') url="http://dssi.sourceforge.net/hexter.html" license=('GPL') depends=('alsa-lib' 'liblo' 'gtk2' 'dssi') makedepends=('ladspa') options=('!libtool') source=(http://downloads.sourceforge.net/project/dssi/hexter/${pkgver}/${pkgname}-${pkgver}.tar.gz hexter) md5sums=('a61765a649fcab05811c226fb5c9415b' 'ce72d4f996c17ffd72eb02af76c4dd9b') build() { cd ${srcdir}/${pkgname}-${pkgver} ./configure --prefix=/usr make || return 1 } package() { cd ${srcdir}/${pkgname}-${pkgver} make DESTDIR=${pkgdir} install || return 1 install -D -m755 ${srcdir}/hexter ${pkgdir}/usr/bin/hexter }