Remove libgsasl again
This reverts commit 84240f577ac49e6ef95dac7ff15c939d006649b9.
This commit is contained in:
parent
c077bdbe23
commit
1d0708cbe1
1 changed files with 0 additions and 14 deletions
|
@ -1,14 +0,0 @@
|
|||
require 'formula'
|
||||
|
||||
class Libgsasl < Formula
|
||||
homepage 'http://www.gnu.org/software/gsasl/'
|
||||
url 'http://ftpmirror.gnu.org/gsasl/libgsasl-1.8.0.tar.gz'
|
||||
mirror 'http://ftp.gnu.org/gnu/gsasl/libgsasl-1.8.0.tar.gz'
|
||||
sha1 '08fd5dfdd3d88154cf06cb0759a732790c47b4f7'
|
||||
|
||||
def install
|
||||
system "./configure", "--disable-dependency-tracking",
|
||||
"--prefix=#{prefix}"
|
||||
system "make install"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue