Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
isync: add HEAD
Browse files Browse the repository at this point in the history
Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
  • Loading branch information
Gregory Pakosz authored and mistydemeo committed Oct 24, 2012
1 parent f8de6ac commit 7b72362
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Library/Formula/isync.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,19 @@ class Isync < Formula
url 'http://downloads.sourceforge.net/project/isync/isync/1.0.5/isync-1.0.5.tar.gz'
sha1 '9d19cde13b644d6e394f06d292b60503396d0500'

head 'git://isync.git.sourceforge.net/gitroot/isync/isync'

depends_on 'berkeley-db'

if build.head?
depends_on :autoconf
depends_on :automake
end

def install
system "touch", "ChangeLog" if build.head?
system "./autogen.sh" if build.head?

system './configure', "--prefix=#{prefix}", '--disable-dependency-tracking'
system "make install"
end
Expand Down

0 comments on commit 7b72362

Please sign in to comment.