Added Formula for pcre++
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
e3483ad74c
commit
8b75309a95
1 changed files with 15 additions and 0 deletions
15
Formula/pcre++.rb
Normal file
15
Formula/pcre++.rb
Normal file
|
@ -0,0 +1,15 @@
|
|||
require 'formula'
|
||||
|
||||
class Pcrexx <Formula
|
||||
url 'http://www.daemon.de/idisk/Apps/pcre++/pcre++-0.9.5.tar.gz'
|
||||
homepage 'http://www.daemon.de/PCRE'
|
||||
md5 '1fe6ea8e23ece01fde2ce5fb4746acc2'
|
||||
|
||||
depends_on 'pcre'
|
||||
|
||||
def install
|
||||
system "./configure", "--disable-debug", "--disable-dependency-tracking",
|
||||
"--prefix=#{prefix}", "--mandir=#{man}"
|
||||
system "make install"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue