summaryrefslogtreecommitdiff
path: root/homebrew/lzlib/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/lzlib/.beer')
-rw-r--r--homebrew/lzlib/.beer21
1 files changed, 21 insertions, 0 deletions
diff --git a/homebrew/lzlib/.beer b/homebrew/lzlib/.beer
new file mode 100644
index 000000000..15e41025e
--- /dev/null
+++ b/homebrew/lzlib/.beer
@@ -0,0 +1,21 @@
+{
+ "name": "Lzlib",
+ "description": "Data compression library",
+ "url": "https://download.savannah.gnu.org/releases/lzip/lzlib/lzlib-1.11.tar.gz",
+ "mirror": null,
+ "homepage": "https://www.nongnu.org/lzip/lzlib.html",
+ "depends": [],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "system \"./configure\", \"--prefix=#{prefix}\",",
+ "\"CC=#{ENV.cc}\",",
+ "\"CFLAGS=#{ENV.cflags}\"",
+ "system \"make\"",
+ "system \"make\", \"check\"",
+ "system \"make\", \"install\""
+ ],
+ "version": "1.11",
+ "file": "lzlib.rb"
+} \ No newline at end of file