dterm: fix homepage
This commit is contained in:
parent
67a73bd6fe
commit
ae5276fee3
2 changed files with 4 additions and 3 deletions
|
@ -1,15 +1,16 @@
|
|||
require 'formula'
|
||||
|
||||
class Dtach < Formula
|
||||
homepage 'http://dtach.sourceforge.net/'
|
||||
url 'http://downloads.sourceforge.net/project/dtach/dtach/0.8/dtach-0.8.tar.gz'
|
||||
sha1 'fb7279e719463aa284676a78cdf96788f4f2706b'
|
||||
homepage 'http://dtach.sourceforge.net/'
|
||||
|
||||
def install
|
||||
# Includes <config.h> instead of "config.h", so "." needs to be in the include path.
|
||||
ENV.append "CFLAGS", "-I."
|
||||
|
||||
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
|
||||
system "./configure", "--disable-debug", "--disable-dependency-tracking",
|
||||
"--prefix=#{prefix}"
|
||||
|
||||
system "make"
|
||||
bin.install "dtach"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
require 'formula'
|
||||
|
||||
class Dterm < Formula
|
||||
homepage 'http://www.knossos.net.nz/resources/free-software/dterm/'
|
||||
url 'http://www.knossos.net.nz/downloads/dterm-0.3.tgz'
|
||||
homepage 'http://www.knossos.net.nz/dterm.html'
|
||||
sha1 'b7dd8cf8c0eb3ef43a32db6011361e886850390d'
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue