🔒 Repository is read-only – file editing is disabled.
12345678910111213141516171819202122232425
pkgname: portaudio
pkgver: '19_20140130'
pkgrel: '4'
pkgdesc: A free, cross-platform, open source, audio I/O library
url: 'https://www.portaudio.com'
arch: x86_64
depends: []
makedepends:
- jack
source:
- 'https://www.portaudio.com/archives/pa_stable_v${pkgver}.tgz'
sha256sums:
- 8fe024a5f0681e112c6979808f684c3516061cc51d3acc0b726af98fc96c8d57
build: |
cd portaudio
./configure --prefix=/usr --enable-cxx
make||make -j1
make DESTDIR=${PKGDIR} install
install -Dm0644 LICENSE.txt ./usr/share/licenses/portaudio/LICENSE.txt
# Obsolet lib
rm -f ${PKGDIR}/usr/lib/libportaudio{,cpp}.la
package: |
true