chmlib: add debian mirror
This commit is contained in:
parent
4328a279a8
commit
ff926ca807
1 changed files with 5 additions and 6 deletions
|
@ -1,10 +1,9 @@
|
|||
require 'formula'
|
||||
|
||||
class Chmlib < Formula
|
||||
desc "Library for dealing with Microsoft ITSS/CHM files"
|
||||
homepage 'http://www.jedrea.com/chmlib'
|
||||
url 'http://www.jedrea.com/chmlib/chmlib-0.40.tar.gz'
|
||||
sha1 '8d9e4b9b79a23974aa06fb792ae652560bac5c4e'
|
||||
homepage "http://www.jedrea.com/chmlib"
|
||||
url "http://www.jedrea.com/chmlib/chmlib-0.40.tar.gz"
|
||||
mirror "https://mirrors.kernel.org/debian/pool/main/c/chmlib/chmlib_0.40.orig.tar.gz"
|
||||
sha256 "512148ed1ca86dea051ebcf62e6debbb00edfdd9720cde28f6ed98071d3a9617"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
|
@ -16,6 +15,6 @@ class Chmlib < Formula
|
|||
|
||||
def install
|
||||
system "./configure", "--disable-io64", "--enable-examples", "--prefix=#{prefix}"
|
||||
system "make install"
|
||||
system "make", "install"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue