mongo-php: clean up version
This commit is contained in:
parent
1071f1f3a6
commit
a8d984fd3f
1 changed files with 1 additions and 3 deletions
|
@ -4,15 +4,13 @@ class MongoPhp < Formula
|
|||
url 'http://pecl.php.net/get/mongo-1.1.4.tgz'
|
||||
homepage 'http://pecl.php.net/package/mongo'
|
||||
md5 '22f1e25690589f6d80d5ed29e56644eb'
|
||||
version '1.1.4'
|
||||
|
||||
def install
|
||||
Dir.chdir "mongo-#{version}" do
|
||||
system "phpize"
|
||||
system "./configure", "--prefix=#{prefix}"
|
||||
system "make"
|
||||
|
||||
prefix.install %w(modules/mongo.so)
|
||||
prefix.install "modules/mongo.so"
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue