adds Pacman support, currently only works with BinDeps master

This commit is contained in:
Spencer Russell 2014-08-25 16:50:04 -04:00
parent 0d06ce2c96
commit 0c396b095b

3
deps/build.jl vendored
View file

@ -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