Skip to content

Commit

Permalink
libpst 0.6.54
Browse files Browse the repository at this point in the history
  • Loading branch information
adamv committed Jun 29, 2012
1 parent 278a37d commit 19fa024
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Library/Formula/libpst.rb
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
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'
url 'http://www.five-ten-sg.com/libpst/packages/libpst-0.6.54.tar.gz'
sha1 'a4713b87e330556acb0786b4efa975a3c739cd84'

depends_on 'boost'

def install
system "./configure", "--prefix=#{prefix}",
"--mandir=#{man}",
# "--mandir=#{man}",
"--with-boost-python=boost_python-mt"
system "make install"
end
Expand Down

0 comments on commit 19fa024

Please sign in to comment.