libpst 0.6.53

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Alex Morega 2011-07-07 16:17:27 +03:00 committed by Adam Vandenberg
parent abf9cf3f03
commit 2aa94fefd2
1 changed files with 16 additions and 0 deletions

16
Formula/libpst.rb Normal file
View File

@ -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