httping 2.3.3
This commit is contained in:
parent
25332b1c4f
commit
30636d2399
1 changed files with 6 additions and 6 deletions
|
@ -2,15 +2,15 @@ require 'formula'
|
|||
|
||||
class Httping < Formula
|
||||
homepage 'http://www.vanheusden.com/httping/'
|
||||
url 'http://www.vanheusden.com/httping/httping-2.2.1.tgz'
|
||||
sha1 '9924bd2c1af4b8e2a4c33125323413f92866827d'
|
||||
url 'http://www.vanheusden.com/httping/httping-2.3.3.tgz'
|
||||
sha1 '6b9e77039346388e2b02dbb1d60f7422e7133488'
|
||||
|
||||
def patches
|
||||
# fixes conflicting definitions of strdup()
|
||||
{ :p0 => 'https://trac.macports.org/export/88419/trunk/dports/net/httping/files/patch-strndup.diff' }
|
||||
end
|
||||
depends_on 'gettext'
|
||||
depends_on 'fftw' => :optional
|
||||
|
||||
def install
|
||||
ENV.append "LDFLAGS", "-lintl"
|
||||
inreplace "Makefile", "cp nl.mo $(DESTDIR)/$(PREFIX)/share/locale/nl/LC_MESSAGES/httping.mo", ""
|
||||
system "make", "install", "PREFIX=#{prefix}"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue