aboutsummaryrefslogtreecommitdiffstats
path: root/qsynth/Pkgfile
blob: 87cd73ee8cc7a8513b5a41a3ea197cee0b07e638 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Description: Interface Qt pour FluidSynth.
# URL: http://qsynth.sourceforge.net/
# Maintainer: piernov <piernov@piernov.org>
# Packager: piernov <piernov@piernov.org>
# Depends on: qt, fluidsynth
# Run on: qt,fluidsynth

name=qsynth
version=0.3.6
release=1
source=(http://downloads.sourceforge.net/$name/$name-$version.tar.gz)

build() {
	unset MAKEFLAGS
	cd $name-$version
	./configure --prefix=/usr
	make -j1
	make DESTDIR=$PKG install
}