You are not logged in.

#1 2003-09-07 20:22:38

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

k3guitune

a tool for all instrument players that need a tool to tune it

# Contributor: Damir Perisa <damir.perisa@bluewin.ch>
pkgname=k3guitune
pkgver=0.3.1
pkgrel=1
pkgdesc="K3Guitune is a program that lets you tune a musical instrument using your computer and its microphone."
url="http://home.planet.nl/~lamer024/k3guitune.html"
depends=('kdelibs>=3.0' gcc alsa-lib arts libart-lgpl)
conflicts=()
backup=()
install=
source=(http://home.planet.nl/~lamer024/files/$pkgname-$pkgver.tar.gz)

build() {
  cd $startdir/src/$pkgname
  ./configure --prefix=/opt/kde
  make || return 1
  make prefix=$startdir/pkg/opt/kde install
}

i used the k2guitune and it worked great ... the k3guitune is only a port of it and works the same way


The impossible missions are the only ones which succeed.

Offline

Board footer

Powered by FluxBB