Package Details: libsoundio 2.0.1-2

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: 2024-08-19 19:35 (UTC)

Latest Comments

« First ‹ Previous 1 2

christoph.gysin commented on 2016-02-04 05:32 (UTC)

Thanks, fixed.

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" } ```