updated on Wed Jan 11 00:07:16 UTC 2012
[aur-mirror.git] / hexter / PKGBUILD
blobf790021010fa71e1c371e05937b5d45d5c649bd8
1 # $Id$
2 # Maintainer: Sean Bolton musound at jps dot net
3 # Contributor: Jochen Immendörfer <jochen dot immendoerfer at gmail dot com>
4 pkgname=hexter
5 pkgver=0.6.2
6 pkgrel=1
7 pkgdesc="A DSSI software synthesizer that models the sound generation of a Yamaha DX7"
8 arch=('i686' 'x86_64')
9 url="http://dssi.sourceforge.net/hexter.html"
10 license=('GPL')
11 depends=('alsa-lib' 'liblo' 'gtk2' 'dssi')
12 makedepends=('ladspa')
13 options=('!libtool')
14 source=(http://downloads.sourceforge.net/sourceforge/dssi/${pkgname}-${pkgver}.tar.gz hexter)
15 md5sums=('d4f9e7218f658423fedfba340a0f1550' 'ce72d4f996c17ffd72eb02af76c4dd9b')
16          
17 build() {
18   cd ${startdir}/src/${pkgname}-${pkgver}
20   ./configure --prefix=/usr
21   make || return 1
22   make DESTDIR=${startdir}/pkg install || return 1
23   install -D -m755 ${startdir}/src/hexter ${startdir}/pkg/usr/bin/hexter