summaryrefslogtreecommitdiff
path: root/homebrew/mozjpeg/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/mozjpeg/.beer')
-rw-r--r--homebrew/mozjpeg/.beer45
1 files changed, 45 insertions, 0 deletions
diff --git a/homebrew/mozjpeg/.beer b/homebrew/mozjpeg/.beer
new file mode 100644
index 000000000..d93241f08
--- /dev/null
+++ b/homebrew/mozjpeg/.beer
@@ -0,0 +1,45 @@
+{
+ "name": "Mozjpeg",
+ "description": "Improved JPEG encoder",
+ "url": "https://github.com/mozilla/mozjpeg/archive/v3.3.1.tar.gz",
+ "mirror": null,
+ "homepage": "https://github.com/mozilla/mozjpeg",
+ "depends": [
+ {
+ "depend": "autoconf",
+ "build-depend": true
+ },
+ {
+ "depend": "automake",
+ "build-depend": true
+ },
+ {
+ "depend": "libtool",
+ "build-depend": true
+ },
+ {
+ "depend": "nasm",
+ "build-depend": true
+ },
+ {
+ "depend": "pkg-config",
+ "build-depend": true
+ },
+ {
+ "depend": "libpng",
+ "build-depend": false
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "system \"autoreconf\", \"-fvi\"",
+ "system \"./configure\", \"--prefix=#{prefix}\",",
+ "\"--disable-dependency-tracking\",",
+ "\"--with-jpeg8\"",
+ "system \"make\", \"install\""
+ ],
+ "version": "3.3.1",
+ "file": "mozjpeg.rb"
+} \ No newline at end of file