aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/libtorrent-rasterbar.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/libtorrent-rasterbar.rb')
-rw-r--r--Library/Formula/libtorrent-rasterbar.rb16
1 files changed, 16 insertions, 0 deletions
diff --git a/Library/Formula/libtorrent-rasterbar.rb b/Library/Formula/libtorrent-rasterbar.rb
new file mode 100644
index 000000000..a9ead1d73
--- /dev/null
+++ b/Library/Formula/libtorrent-rasterbar.rb
@@ -0,0 +1,16 @@
+require 'formula'
+
+class LibtorrentRasterbar < Formula
+ url 'http://libtorrent.googlecode.com/files/libtorrent-rasterbar-0.15.9.tar.gz'
+ homepage 'http://www.rasterbar.com/products/libtorrent/'
+ md5 '87eea591f6eb5da4f3af84aa6d753bc7'
+
+ depends_on 'boost'
+ depends_on 'boost-jam' => :build
+
+ def install
+ system "./configure", "--disable-debug", "--disable-dependency-tracking",
+ "--prefix=#{prefix}"
+ system "make install"
+ end
+end