summaryrefslogtreecommitdiff
path: root/homebrew/xdelta/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/xdelta/.beer')
-rw-r--r--homebrew/xdelta/.beer38
1 files changed, 38 insertions, 0 deletions
diff --git a/homebrew/xdelta/.beer b/homebrew/xdelta/.beer
new file mode 100644
index 000000000..d53d61fed
--- /dev/null
+++ b/homebrew/xdelta/.beer
@@ -0,0 +1,38 @@
+{
+ "name": "Xdelta",
+ "description": "Binary diff, differential compression tools",
+ "url": "https://github.com/jmacd/xdelta/archive/v3.1.0.tar.gz",
+ "mirror": null,
+ "homepage": "http://xdelta.org",
+ "depends": [
+ {
+ "depend": "autoconf",
+ "build-depend": true
+ },
+ {
+ "depend": "automake",
+ "build-depend": true
+ },
+ {
+ "depend": "libtool",
+ "build-depend": true
+ },
+ {
+ "depend": "xz",
+ "build-depend": false
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "cd \"xdelta3\" do",
+ "system \"autoreconf\", \"--install\"",
+ "system \"./configure\", \"--disable-dependency-tracking\",",
+ "\"--prefix=#{prefix}\",",
+ "\"--with-liblzma\"",
+ "system \"make\", \"install\""
+ ],
+ "version": "3.1.0",
+ "file": "xdelta.rb"
+} \ No newline at end of file