libslax 0.16.18
Closes Homebrew/homebrew#22252. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
42c75966d8
commit
1e2b2c41f5
1 changed files with 4 additions and 3 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class Libslax < Formula
|
||||
homepage 'http://www.libslax.org/'
|
||||
url 'https://github.com/Juniper/libslax/releases/download/0.16.17/libslax-0.16.17.tar.gz'
|
||||
sha1 '5ea74b24fed44126955230de9a0e5cbff5bd0361'
|
||||
url 'https://github.com/Juniper/libslax/releases/download/0.16.18/libslax-0.16.18.tar.gz'
|
||||
sha1 'c20e29bb18d664fc209bcd176c821f26b2d57c04'
|
||||
|
||||
head 'https://github.com/Juniper/libslax.git'
|
||||
|
||||
|
@ -18,7 +18,8 @@ class Libslax < Formula
|
|||
system "sh ./bin/setup.sh" if build.head?
|
||||
|
||||
system "./configure", "--disable-dependency-tracking",
|
||||
"--prefix=#{prefix}"
|
||||
"--prefix=#{prefix}",
|
||||
"--enable-libedit"
|
||||
system "make install"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue