diff options
Diffstat (limited to 'homebrew/libart/.beer')
-rw-r--r-- | homebrew/libart/.beer | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/homebrew/libart/.beer b/homebrew/libart/.beer new file mode 100644 index 000000000..8257007bd --- /dev/null +++ b/homebrew/libart/.beer @@ -0,0 +1,18 @@ +{ + "name": "Libart", + "description": "Library for high-performance 2D graphics", + "url": "https://download.gnome.org/sources/libart_lgpl/2.3/libart_lgpl-2.3.21.tar.bz2", + "mirror": null, + "homepage": "https://people.gnome.org/~mathieu/libart/libart.html", + "depends": [], + "resource": [], + "conflicts": [], + "patches": [], + "install": [ + "system \"./configure\", \"--disable-debug\", \"--disable-dependency-tracking\",", + "\"--prefix=#{prefix}\"", + "system \"make\", \"install\"" + ], + "version": "2.3.21", + "file": "libart.rb" +}
\ No newline at end of file |