parent
6a3dc927ac
commit
a1946672ad
1 changed files with 0 additions and 15 deletions
|
@ -1,15 +0,0 @@
|
|||
require 'formula'
|
||||
|
||||
class Curlpp < Formula
|
||||
url 'http://curlpp.googlecode.com/files/curlpp-0.7.3.tar.gz'
|
||||
homepage 'http://curlpp.org/'
|
||||
md5 'ccc3d30d4b3b5d2cdbed635898c29485'
|
||||
|
||||
depends_on 'boost'
|
||||
|
||||
def install
|
||||
system "./configure", "--disable-debug", "--disable-dependency-tracking",
|
||||
"--prefix=#{prefix}"
|
||||
system "make install"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue