summaryrefslogtreecommitdiff
path: root/homebrew/tinysvm/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/tinysvm/.beer')
-rw-r--r--homebrew/tinysvm/.beer28
1 files changed, 28 insertions, 0 deletions
diff --git a/homebrew/tinysvm/.beer b/homebrew/tinysvm/.beer
new file mode 100644
index 000000000..6a9fb36c7
--- /dev/null
+++ b/homebrew/tinysvm/.beer
@@ -0,0 +1,28 @@
+{
+ "name": "Tinysvm",
+ "description": "Support vector machine library for pattern recognition",
+ "url": "http://chasen.org/~taku/software/TinySVM/src/TinySVM-0.09.tar.gz",
+ "mirror": null,
+ "homepage": "http://chasen.org/~taku/software/TinySVM/",
+ "depends": [],
+ "resource": [],
+ "conflicts": [],
+ "patches": [
+ {
+ "url": "https://raw.githubusercontent.com/Homebrew/formula-patches/838f605/tinysvm/patch-configure.diff",
+ "strip": "0"
+ }
+ ],
+ "install": [
+ "ENV.append_to_cflags \"-D__GNU_LIBRARY__\"",
+ "inreplace \"configure\", \"-O9\", \"\" ",
+ "system \"./configure\", \"--disable-debug\",",
+ "\"--disable-dependency-tracking\",",
+ "\"--prefix=#{prefix}\",",
+ "\"--mandir=#{man}\",",
+ "\"--disable-shared\"",
+ "system \"make\", \"install\""
+ ],
+ "version": "0.09",
+ "file": "tinysvm.rb"
+} \ No newline at end of file