From 2aa94fefd25e24a83556fb684cda52e388ece0db Mon Sep 17 00:00:00 2001 From: Alex Morega Date: Thu, 7 Jul 2011 16:17:27 +0300 Subject: [PATCH] libpst 0.6.53 Signed-off-by: Adam Vandenberg --- Formula/libpst.rb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Formula/libpst.rb diff --git a/Formula/libpst.rb b/Formula/libpst.rb new file mode 100644 index 00000000000..29477b2c3f4 --- /dev/null +++ b/Formula/libpst.rb @@ -0,0 +1,16 @@ +require 'formula' + +class Libpst < Formula + url 'http://www.five-ten-sg.com/libpst/packages/libpst-0.6.53.tar.gz' + homepage 'http://www.five-ten-sg.com/libpst/' + md5 'e030d3128562ac189c2400dedec36b86' + + depends_on 'boost' + + def install + system "./configure", "--prefix=#{prefix}", + "--mandir=#{man}", + "--with-boost-python=boost_python-mt" + system "make install" + end +end