Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37709116
en ru br
ALT Linux repos
S:2.3.4-alt1
5.0: 1.0.8-alt1
4.1: 1.0.7a-alt2
4.0: 1.0.7a-alt2
3.0: 1.0.5-alt2

Other repositories
Upstream:1.0.8

Group :: Sound
RPM: fluidsynth

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

#!/bin/sh

# Some poor souls have linux distributions, that don't install pkg-config by default.
#pkg-config --version does actually nothing, but it will fail and give 'sort of' an error message...

pkg-config --version > /dev/null \
&& aclocal \
&& libtoolize -f \
&& autoheader \
&& autoconf \
&& automake -a

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin