summaryrefslogtreecommitdiff
path: root/homebrew/shivavg/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/shivavg/.beer')
-rw-r--r--homebrew/shivavg/.beer33
1 files changed, 33 insertions, 0 deletions
diff --git a/homebrew/shivavg/.beer b/homebrew/shivavg/.beer
new file mode 100644
index 000000000..54a3deec8
--- /dev/null
+++ b/homebrew/shivavg/.beer
@@ -0,0 +1,33 @@
+{
+ "name": "Shivavg",
+ "description": "OpenGL based ANSI C implementation of the OpenVG standard",
+ "url": "https://downloads.sourceforge.net/project/shivavg/ShivaVG/0.2.1/ShivaVG-0.2.1.zip",
+ "mirror": null,
+ "homepage": "https://sourceforge.net/projects/shivavg/",
+ "depends": [
+ {
+ "depend": "autoconf",
+ "build-depend": true
+ },
+ {
+ "depend": "automake",
+ "build-depend": true
+ },
+ {
+ "depend": "libtool",
+ "build-depend": true
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "system \"/bin/sh\", \"autogen.sh\"",
+ "system \"./configure\", \"--disable-dependency-tracking\",",
+ "\"--prefix=#{prefix}\",",
+ "\"--with-example-all=no\"",
+ "system \"make\", \"install\""
+ ],
+ "version": "0.2.1",
+ "file": "shivavg.rb"
+} \ No newline at end of file