summaryrefslogtreecommitdiffstats
path: root/extra/jack-audio-connection-kit/Pkgfile
blob: 55de3ef9804723e2b8684afdebacf1518efe782b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Description: Librairie multimédia pour l'audio
# URL: http://jackaudio.org/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: flac, libsndfile, libvorbis

name=jack-audio-connection-kit
version=0.118.0
release=1
source=(http://jackaudio.org/downloads/$name-$version.tar.gz)

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