summaryrefslogtreecommitdiff
path: root/homebrew/convertlit/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/convertlit/.beer')
-rw-r--r--homebrew/convertlit/.beer23
1 files changed, 23 insertions, 0 deletions
diff --git a/homebrew/convertlit/.beer b/homebrew/convertlit/.beer
new file mode 100644
index 000000000..2311f4f1e
--- /dev/null
+++ b/homebrew/convertlit/.beer
@@ -0,0 +1,23 @@
+{
+ "name": "Convertlit",
+ "description": "Convert Microsoft Reader format eBooks into open format",
+ "url": "http://www.convertlit.com/clit18src.zip",
+ "mirror": null,
+ "homepage": "http://www.convertlit.com/",
+ "depends": [
+ {
+ "depend": "libtommath",
+ "build-depend": false
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "inreplace \"clit18/Makefile\" do |s|",
+ "s.gsub! \"-I ../libtommath-0.30\", \"#{HOMEBREW_PREFIX}/include\"",
+ "s.gsub! \"../libtommath-0.30/libtommath.a\", \"#{HOMEBREW_PREFIX}/lib/libtommath.a\""
+ ],
+ "version": "18",
+ "file": "convertlit.rb"
+} \ No newline at end of file