Skip to content

Commit

Permalink
libslax 0.16.0
Browse files Browse the repository at this point in the history
Closes Homebrew/legacy-homebrew#20560.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
nemith authored and adamv committed Jun 18, 2013
1 parent 3b9da7b commit 2dfc8b0
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions Formula/libslax.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
require 'formula'

class Libslax < Formula
homepage 'https://code.google.com/p/libslax/'
url 'http://libslax.googlecode.com/files/libslax-0.14.8.tar.gz'
sha1 '86447eb486044008aa54bd3f3af491da8dc0fda7'
homepage 'http://www.libslax.org/'
url 'https://github.com/Juniper/libslax/archive/libslax-0.16.0.tar.gz'
sha1 'c89b46387050fe8b201f8a0f1676e504aac1b80e'

head 'https://github.com/Juniper/libslax.git'

depends_on 'automake' => :build
depends_on 'libtool' => :build

# Need newer versions of these libraries
Expand All @@ -15,6 +18,7 @@ class Libslax < Formula
end

def install
system "sh ./bin/setup.sh"
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}"
system "make install"
Expand Down

0 comments on commit 2dfc8b0

Please sign in to comment.