mdf2iso 0.3.1
Version bump, use SSL/TLS links, add extremely basic test, etc.
This commit is contained in:
parent
d36747f9f7
commit
51da2cac93
1 changed files with 9 additions and 6 deletions
|
@ -1,13 +1,16 @@
|
|||
require 'formula'
|
||||
|
||||
class Mdf2iso < Formula
|
||||
homepage 'http://mdf2iso.berlios.de/'
|
||||
url 'http://ftp.de.debian.org/debian/pool/main/m/mdf2iso/mdf2iso_0.3.0.orig.tar.gz'
|
||||
sha1 '949d4fa0bb1e40ca17842a265d8ed813bac4917a'
|
||||
homepage "https://packages.debian.org/sid/mdf2iso"
|
||||
url "https://mirrors.kernel.org/debian/pool/main/m/mdf2iso/mdf2iso_0.3.1.orig.tar.gz"
|
||||
mirror "https://mirrors.ocf.berkeley.edu/debian/pool/main/m/mdf2iso/mdf2iso_0.3.1.orig.tar.gz"
|
||||
sha256 "906f0583cb3d36c4d862da23837eebaaaa74033c6b0b6961f2475b946a71feb7"
|
||||
|
||||
def install
|
||||
system "./configure", "--disable-debug", "--disable-dependency-tracking",
|
||||
"--prefix=#{prefix}"
|
||||
system "make install"
|
||||
system "make", "install"
|
||||
end
|
||||
|
||||
test do
|
||||
assert_match /#{version}/, shell_output("#{bin}/mdf2iso --help")
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue