diff options
Diffstat (limited to 'homebrew/liquiddsp/.beer')
-rw-r--r-- | homebrew/liquiddsp/.beer | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/homebrew/liquiddsp/.beer b/homebrew/liquiddsp/.beer new file mode 100644 index 000000000..f7dd7d1f5 --- /dev/null +++ b/homebrew/liquiddsp/.beer @@ -0,0 +1,31 @@ +{ + "name": "LiquidDsp", + "description": "Digital signal processing library for software-defined radios", + "url": "https://github.com/jgaeddert/liquid-dsp/archive/v1.3.1.tar.gz", + "mirror": null, + "homepage": "http://liquidsdr.org/", + "depends": [ + { + "depend": "autoconf", + "build-depend": true + }, + { + "depend": "automake", + "build-depend": true + }, + { + "depend": "fftw", + "build-depend": false + } + ], + "resource": [], + "conflicts": [], + "patches": [], + "install": [ + "system \"./bootstrap.sh\"", + "system \"./configure\", \"--prefix=#{prefix}\"", + "system \"make\", \"install\"" + ], + "version": "1.3.1", + "file": "liquid-dsp.rb" +}
\ No newline at end of file |