summaryrefslogtreecommitdiff
path: root/homebrew/luaradio/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/luaradio/.beer')
-rw-r--r--homebrew/luaradio/.beer34
1 files changed, 34 insertions, 0 deletions
diff --git a/homebrew/luaradio/.beer b/homebrew/luaradio/.beer
new file mode 100644
index 000000000..f38328f7a
--- /dev/null
+++ b/homebrew/luaradio/.beer
@@ -0,0 +1,34 @@
+{
+ "name": "Luaradio",
+ "description": "Lightweight, embeddable flow graph signal processing framework for SDR",
+ "url": "https://github.com/vsergeev/luaradio/archive/v0.5.1.tar.gz",
+ "mirror": null,
+ "homepage": "http://luaradio.io/",
+ "depends": [
+ {
+ "depend": "pkg-config",
+ "build-depend": true
+ },
+ {
+ "depend": "fftw",
+ "build-depend": false
+ },
+ {
+ "depend": "luajit",
+ "build-depend": false
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "cd \"embed\" do",
+ "inreplace \"Makefile\" do |s|",
+ "s.gsub! \"install -d $(DESTDIR)$(INSTALL_CMOD)\",",
+ "\"install -d $(PREFIX)/lib/lua/5.1\"",
+ "s.gsub! \"$(DESTDIR)$(INSTALL_CMOD)/radio.so\",",
+ "\"$(PREFIX)/lib/lua/5.1/radio.so\""
+ ],
+ "version": "0.5.1",
+ "file": "luaradio.rb"
+} \ No newline at end of file