stormfs: modernize autotools deps
This commit is contained in:
parent
2c3ea23612
commit
a7f3da32e4
1 changed files with 6 additions and 6 deletions
|
@ -5,12 +5,12 @@ class Stormfs < Formula
|
|||
url 'https://github.com/benlemasurier/stormfs/archive/v0.03.tar.gz'
|
||||
sha1 'bae7aeb409b910dd3844cd930f3ad9427d7e1609'
|
||||
|
||||
depends_on 'pkg-config' => :build
|
||||
depends_on :autoconf
|
||||
depends_on :automake
|
||||
depends_on 'glib'
|
||||
depends_on 'fuse4x'
|
||||
depends_on 'curl' if MacOS.version <= :leopard
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on "autoconf" => :build
|
||||
depends_on "automake" => :build
|
||||
depends_on "glib"
|
||||
depends_on "fuse4x"
|
||||
depends_on "curl" if MacOS.version <= :leopard
|
||||
|
||||
def install
|
||||
system "./autogen.sh"
|
||||
|
|
Loading…
Reference in a new issue