24 lines
466 B
Plaintext
Raw Normal View History

# Description: A real-time, low latency audio daemon.
2020-06-01 15:45:48 +00:00
# URL: https://jackaudio.org/
2014-11-10 23:28:07 +11:00
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: libsamplerate
2007-04-11 05:37:54 +10:00
name=jack-audio-connection-kit
version=0.125.0
2007-04-11 05:37:54 +10:00
release=1
source=(https://crux.ster.zone/downloads/$name/$name-$version.tar.gz)
2007-04-11 05:37:54 +10:00
build() {
cd $name-$version
2007-04-11 05:37:54 +10:00
./configure \
--prefix=/usr \
--libdir=/usr/lib \
--disable-portaudio
2007-04-11 05:37:54 +10:00
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/$name
2007-04-11 05:37:54 +10:00
}