Package Details: libsoundio 2.0.0-1

Git Clone URL: https://aur.archlinux.org/libsoundio.git (read-only, click to copy)
Package Base: libsoundio
Description: A C99 library providing cross-platform audio input and output
Upstream URL: https://www.github.com/andrewrk/libsoundio
Licenses: MIT
Submitter: christoph.gysin
Maintainer: christoph.gysin
Last Packager: christoph.gysin
Votes: 9
Popularity: 0.000000
First Submitted: 2015-09-27 20:36 (UTC)
Last Updated: 2021-05-10 05:53 (UTC)

Latest Comments

« First ‹ Previous 1 2

klingt.net commented on 2016-02-03 21:11 (UTC) (edited on 2016-02-03 21:11 (UTC) by klingt.net)

The path for make in the `package` function of the `PKGBUILD` file is wrong, fix: ``` package() { make -C "$pkgname-$pkgver.build" install DESTDIR="$pkgdir" } ```