patchutils: audit fixes

This commit is contained in:
Tomasz Pajor 2016-02-22 09:43:16 +01:00
parent 3a0b599141
commit e6b96a6df8

View file

@ -5,14 +5,6 @@ class Patchutils < Formula
mirror "https://mirrors.kernel.org/debian/pool/main/p/patchutils/patchutils_0.3.4.orig.tar.xz"
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
cellar :any_skip_relocation
revision 1
@ -21,6 +13,14 @@ class Patchutils < Formula
sha256 "84cae8e92f1e9b3f377fd6584c0811a3c3989fb898bb7596ba0d1192ae10a834" => :mavericks
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
system "./bootstrap" if build.head?
system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"