mpop formula
This commit is contained in:
parent
7416d61b47
commit
52ab48460c
1 changed files with 12 additions and 0 deletions
12
Formula/mpop.rb
Normal file
12
Formula/mpop.rb
Normal file
|
@ -0,0 +1,12 @@
|
|||
require 'formula'
|
||||
|
||||
class Mpop <Formula
|
||||
url 'http://downloads.sourceforge.net/project/mpop/mpop/1.0.19/mpop-1.0.19.tar.bz2'
|
||||
homepage 'http://mpop.sourceforge.net/'
|
||||
md5 '40a48d486121a15075faee944a7b8fb7'
|
||||
|
||||
def install
|
||||
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
|
||||
system "make install"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue