View difference between Paste ID: V0pPyM6T and
SHOW: | | - or go back to the newest paste.
1-
1+
# Contributor: Angelo Theodorou <encelo@users.sourceforge.net>
2
# Temporary Maintainer: Custom Processing Unlimited <CPUnltd -at- gmail.com> (2011/02/02)
3
pkgname=tutka
4
pkgver=0.12.5
5
pkgrel=1
6
pkgdesc="A free tracker style MIDI sequencer for GNU/Linux."
7
arch=('i686' 'x86_64')
8
url="http://www.nongnu.org/tutka/"
9
license=('GPL')
10
depends=('gtk2>=2.4' 'libgnomeui>=2.6' 'libxml2>=2.4.16' 'libglade>=2.4.2' 'jack-audio-connection-kit')
11
install=tutka.install
12
source=(http://savannah.nongnu.org/download/tutka/$pkgname-$pkgver.tar.bz2)
13
md5sums=('ca507ba1ac01b798a69f41364e8d4344')
14
15
build() {
16
  cd $srcdir/$pkgname-$pkgver
17
  ./configure --prefix=/usr
18
  make || return 1
19
  make DESTDIR=$pkgdir install
20
}