Updated package to version 1.0.3.
Search Criteria
Package Details: hexter 1.0.3-2
Package Actions
| 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: | |
| Submitter: | angvp |
| Maintainer: | None |
| Last Packager: | vah |
| Votes: | 22 |
| First Submitted: | 2008-09-08 00:34 |
| Last Updated: | 2015-02-20 21:13 |
Required by (0)
Sources
Latest Comments
Comment by vah
Comment by PS0
The new PKGBUILD works fine.
Anonymous comment
Thanks, PS0, try 1.0.2-2 (I'm away from my arch box right now.)
Comment by PS0
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
New version: 1.0.0
I had to change "./configure" to "LIBS=/usr/lib/libm.so.6 ./configure" to compile.