Skip to content

Commit

Permalink
Split out from Homebrew#37014 per "one commit per formula, one formul…
Browse files Browse the repository at this point in the history
…a per commit" guideline.
  • Loading branch information
geoff-nixon committed Feb 23, 2015
1 parent e1c6ee5 commit a6a5d17
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions Library/Formula/gtk-gnutella.rb
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
require 'formula'

class GtkGnutella < Formula
homepage 'http://gtk-gnutella.sourceforge.net/en/?page=news'
url 'https://downloads.sourceforge.net/project/gtk-gnutella/gtk-gnutella/1.0.0/gtk-gnutella-1.0.0.tar.bz2'
sha1 'bd38b103dbccbca5d1431330df5c5d5b3eca4a24'
homepage "http://gtk-gnutella.sourceforge.net/en/?page=news"
url "https://downloads.sourceforge.net/project/gtk-gnutella/gtk-gnutella/1.1.1/gtk-gnutella-1.1.1.tar.bz2"
sha1 "aa4f21fe758f7ac52c15ee0156247443ce8c7d6f"

depends_on 'gtk+'
depends_on "pkg-config" => :build
depends_on "gtk+"

def install
ENV.deparallelize

system "./build.sh", "--prefix=#{prefix}", "--disable-nls"
system "make install"
system "make", "install"
rm_rf share+"pixmaps"
rm_rf share+"applications"
end
Expand Down

0 comments on commit a6a5d17

Please sign in to comment.