updated on Wed Jan 25 20:08:56 UTC 2012
[aur-mirror.git] / muse / PKGBUILD
blob1aa4ba8fd9d0710f0f0f92831e2ac2ae9b853f30
1 # Contributor: damir <damir@archlinux.org>
3 pkgname=muse
4 pkgver=1.1
5 pkgrel=1
6 pkgdesc="A MIDI/Audio sequencer with recording and editing capabilities"
7 arch=('i686' 'x86_64')
8 url="http://muse-sequencer.org/"
9 license=('GPL')
10 depends=('qt3' 'fluidsynth' 'graphviz' 'libsamplerate')
11 makedepends=('jade')
12 options=('!libtool')
13 install="${pkgname}.install"
14 source=("http://downloads.sourceforge.net/lmuse/$pkgname-$pkgver.tar.gz")
15 md5sums=('ddbba9b8b92948643e5e2013910c5c6e')
17 build() {
18   cd "$srcdir/$pkgname-$pkgver"
19   . /etc/profile.d/qt3.sh
20   unset LDFLAGS
21   with_python=no ./configure --prefix=/usr \
22                     --disable-doxy-treeview \
23                     --enable-optimize \
24                     --enable-vst \
25                     --disable-suid-build 
26   make
29 package() {
30   cd "$srcdir/$pkgname-$pkgver"
31   make DESTDIR="$pkgdir" install