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
|
class Httping < Formula
|
||||||
homepage 'http://www.vanheusden.com/httping/'
|
homepage 'http://www.vanheusden.com/httping/'
|
||||||
url 'http://www.vanheusden.com/httping/httping-2.2.1.tgz'
|
url 'http://www.vanheusden.com/httping/httping-2.3.3.tgz'
|
||||||
sha1 '9924bd2c1af4b8e2a4c33125323413f92866827d'
|
sha1 '6b9e77039346388e2b02dbb1d60f7422e7133488'
|
||||||
|
|
||||||
def patches
|
depends_on 'gettext'
|
||||||
# fixes conflicting definitions of strdup()
|
depends_on 'fftw' => :optional
|
||||||
{ :p0 => 'https://trac.macports.org/export/88419/trunk/dports/net/httping/files/patch-strndup.diff' }
|
|
||||||
end
|
|
||||||
|
|
||||||
def install
|
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}"
|
system "make", "install", "PREFIX=#{prefix}"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue