Guten Morgen
Ich möchte Solfege gerne aus dem AUR installieren. Dabei habe ich das PKBBUILD von der einschlägigen Seite heruntergeladen und auf die neuste Version angepasst.
Das sieht dann so aus:
# Contributor: Brice M�alier <mealier_brice@yahoo.fr>
pkgname=solfege
pkgver=3.6.4
pkgrel=1
pkgdesc="Solfege is free music education software. Use it to train your rhythm, interval, scale and chord skills. Solfege - Smarten your ears!"
url="http://www.solfege.org/"
depends=('gtk2' 'pygtk' 'python' 'libgtkhtml' 'gnome-python')
source=(http://prdownloads.sourceforge.net/solfege/$pkgname-$pkgver.tar.gz)
md5sums=('71401b22158410d95595c308c6fee714')
build() {
cd $startdir/src/$pkgname-$pkgver
./configure --prefix=/usr --sysconfdir=/etc
make 'skipmanual=yes' || return 1
make 'skipmanual=yes' DESTDIR=$startdir/pkg install
}
Wenn ich nun makepkg durchlaufen lasse, erscheint aber folgender Fehler:
checking for PYGTK... configure: error: The pkg-config script could not be found or is too old. Make sure it
is in your PATH or set the PKG_CONFIG environment variable to the full
path to pkg-config.
Alternatively, you may set the environment variables PYGTK_CFLAGS
and PYGTK_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
To get pkg-config, see
[1].
See `config.log' for more details.
make: *** No targets specified and no makefile found. Stop.
==> ERROR: Build Failed. Aborting...
Danke vielmals im voraus.
xardas 🙂