summaryrefslogtreecommitdiff
path: root/homebrew/plotutils/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/plotutils/.beer')
-rw-r--r--homebrew/plotutils/.beer31
1 files changed, 31 insertions, 0 deletions
diff --git a/homebrew/plotutils/.beer b/homebrew/plotutils/.beer
new file mode 100644
index 000000000..884c6c27f
--- /dev/null
+++ b/homebrew/plotutils/.beer
@@ -0,0 +1,31 @@
+{
+ "name": "Plotutils",
+ "description": "C/C++ function library for exporting 2-D vector graphics",
+ "url": "https://ftp.gnu.org/gnu/plotutils/plotutils-2.6.tar.gz",
+ "mirror": "https://ftpmirror.gnu.org/plotutils/plotutils-2.6.tar.gz",
+ "homepage": "https://www.gnu.org/software/plotutils/",
+ "depends": [
+ {
+ "depend": "libpng",
+ "build-depend": false
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "inreplace \"libplot/z_write.c\", \"png_ptr->jmpbuf\", \"png_jmpbuf (png_ptr)\"",
+ "args = %W[",
+ "--disable-debug",
+ "--disable-dependency-tracking",
+ "--disable-silent-rules",
+ "--prefix=#{prefix}",
+ "--enable-libplotter",
+ "]",
+ "system \"./configure\", *args",
+ "system \"make\"",
+ "system \"make\", \"install\""
+ ],
+ "version": "2.6",
+ "file": "plotutils.rb"
+} \ No newline at end of file