patchutils: audit fixes
This commit is contained in:
parent
3a0b599141
commit
e6b96a6df8
1 changed files with 8 additions and 8 deletions
|
@ -5,14 +5,6 @@ class Patchutils < Formula
|
||||||
mirror "https://mirrors.kernel.org/debian/pool/main/p/patchutils/patchutils_0.3.4.orig.tar.xz"
|
mirror "https://mirrors.kernel.org/debian/pool/main/p/patchutils/patchutils_0.3.4.orig.tar.xz"
|
||||||
sha256 "cf55d4db83ead41188f5b6be16f60f6b76a87d5db1c42f5459d596e81dabe876"
|
sha256 "cf55d4db83ead41188f5b6be16f60f6b76a87d5db1c42f5459d596e81dabe876"
|
||||||
|
|
||||||
head do
|
|
||||||
url "https://github.com/twaugh/patchutils.git"
|
|
||||||
depends_on "automake" => :build
|
|
||||||
depends_on "autoconf" => :build
|
|
||||||
end
|
|
||||||
|
|
||||||
depends_on "xmlto" => :build
|
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
cellar :any_skip_relocation
|
cellar :any_skip_relocation
|
||||||
revision 1
|
revision 1
|
||||||
|
@ -21,6 +13,14 @@ class Patchutils < Formula
|
||||||
sha256 "84cae8e92f1e9b3f377fd6584c0811a3c3989fb898bb7596ba0d1192ae10a834" => :mavericks
|
sha256 "84cae8e92f1e9b3f377fd6584c0811a3c3989fb898bb7596ba0d1192ae10a834" => :mavericks
|
||||||
end
|
end
|
||||||
|
|
||||||
|
head do
|
||||||
|
url "https://github.com/twaugh/patchutils.git"
|
||||||
|
depends_on "automake" => :build
|
||||||
|
depends_on "autoconf" => :build
|
||||||
|
end
|
||||||
|
|
||||||
|
depends_on "xmlto" => :build
|
||||||
|
|
||||||
def install
|
def install
|
||||||
system "./bootstrap" if build.head?
|
system "./bootstrap" if build.head?
|
||||||
system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"
|
system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"
|
||||||
|
|
Loading…
Reference in a new issue