New Formula: readpst
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
ad809729e3
commit
12cc4d06b9
1 changed files with 16 additions and 0 deletions
16
Formula/readpst.rb
Normal file
16
Formula/readpst.rb
Normal file
|
@ -0,0 +1,16 @@
|
|||
require 'formula'
|
||||
|
||||
class Readpst <Formula
|
||||
url 'http://www.five-ten-sg.com/libpst/packages/libpst-0.6.49.tar.gz'
|
||||
homepage 'http://www.five-ten-sg.com/libpst/'
|
||||
md5 'a0a0f927e82ab14bb042bd8bbd97c312'
|
||||
|
||||
def install
|
||||
system "./configure", "--disable-dependency-tracking",
|
||||
"--prefix=#{prefix}", "--mandir=#{man}",
|
||||
"--disable-python"
|
||||
system "make"
|
||||
ENV.j1 # Install is not parallel-safe
|
||||
system "make install"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue