Package Details: hexter 1.0.3-2

Package Base: hexter
Description: A DSSI software synthesizer that models the sound generation of a Yamaha DX7
Upstream URL: http://dssi.sourceforge.net/hexter.html
Category: multimedia
Licenses: GPL
Submitter: angvp
Maintainer: None
Last Packager: vah
Votes: 22
First Submitted: 2008-09-08 00:34
Last Updated: 2015-02-20 21:13

Dependencies (3)

Required by (0)

Sources

Latest Comments

Comment by vah

2015-02-20 21:10

Updated package to version 1.0.3.

Comment by PS0

2013-04-13 18:40

The new PKGBUILD works fine.

Anonymous comment

2013-04-13 16:19

Thanks, PS0, try 1.0.2-2 (I'm away from my arch box right now.)

Comment by PS0

2013-04-13 15:35

This PKGBUILD doestn't build a valid package. Please separate package() from build() and use srcdir and pkgdir instead of startdir.

E.g.:
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
}

Comment by pio

2012-11-03 17:04

New version: 1.0.0
I had to change "./configure" to "LIBS=/usr/lib/libm.so.6 ./configure" to compile.