pstoedit 3.74
Closes #40765. Signed-off-by: Chongyu Zhu <i@lembacon.com>
This commit is contained in:
parent
97b15a43ef
commit
7d465c1194
1 changed files with 5 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
|||
class Pstoedit < Formula
|
||||
desc "Convert PostScript and PDF files to editable vector graphics"
|
||||
homepage "http://www.pstoedit.net/"
|
||||
url "https://downloads.sourceforge.net/project/pstoedit/pstoedit/3.73/pstoedit-3.73.tar.gz"
|
||||
sha256 "ad31d13bf4dd1b9e2590dccdbe9e4abe74727aaa16376be85cd5d854f79bf290"
|
||||
url "https://downloads.sourceforge.net/project/pstoedit/pstoedit/3.74/pstoedit-3.74.tar.gz"
|
||||
sha256 "353242fa4a3a73c3c856d1122a4d258a12be869707629603807e27137566990c"
|
||||
|
||||
bottle do
|
||||
sha256 "44f8a102c1d605669e13f3e36daae3842fb5c43136be27bf858ebdf28d021d79" => :mojave
|
||||
|
@ -17,8 +17,9 @@ class Pstoedit < Formula
|
|||
depends_on "plotutils"
|
||||
|
||||
def install
|
||||
system "./configure", "--disable-debug", "--disable-dependency-tracking",
|
||||
"--prefix=#{prefix}"
|
||||
ENV.cxx11
|
||||
|
||||
system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"
|
||||
system "make", "install"
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue