From 0c396b095b0ba13110680128f336a8d0167463c3 Mon Sep 17 00:00:00 2001 From: Spencer Russell Date: Mon, 25 Aug 2014 16:50:04 -0400 Subject: [PATCH] adds Pacman support, currently only works with BinDeps master --- deps/build.jl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/deps/build.jl b/deps/build.jl index 35ed851..99304d2 100644 --- a/deps/build.jl +++ b/deps/build.jl @@ -10,6 +10,9 @@ libsndfile = library_dependency("libsndfile") # TODO: add other providers with correct names provides(AptGet, {"portaudio19-dev" => libportaudio}) provides(AptGet, {"libsndfile1-dev" => libsndfile}) +provides(Pacman, {"portaudio" => libportaudio}) +provides(Pacman, {"libsndfile" => libsndfile}) + @osx_only begin if Pkg.installed("Homebrew") === nothing