Skip to content

Commit

Permalink
tevent 0.9.21
Browse files Browse the repository at this point in the history
add new formula for tevent 0.9.21

Closes Homebrew/legacy-homebrew#28541.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
kbrock authored and adamv committed Apr 21, 2014
1 parent a17433c commit 8cd694e
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions Formula/tevent.rb
@@ -0,0 +1,20 @@
require "formula"

class Tevent < Formula
homepage "http://tevent.samba.org/"
url "http://www.samba.org/ftp/tevent/tevent-0.9.21.tar.gz"
sha1 "daa1a4f457773be2e0f645beede93db6943224a5"

depends_on "pkg-config" => :build
depends_on "talloc"

conflicts_with "samba", :because => "both install `include/tevent.h`"

def install
system "./configure", "--prefix=#{prefix}",
"--disable-rpath",
"--without-gettext",
"--bundled-libraries=!talloc"
system "make install"
end
end

0 comments on commit 8cd694e

Please sign in to comment.