diff options
| author | Mike McQuaid | 2014-12-25 22:16:29 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2014-12-27 11:09:32 +0000 |
| commit | 43882a26b5f15da065ccb32dac0b78622ba026e1 (patch) | |
| tree | 4acb8242bc9701bae5ea3b921b9e93121ae862cf /Library/Formula/iptux.rb | |
| parent | 995ee81399c5d056d26cfe531fd43dad3408e603 (diff) | |
| download | homebrew-43882a26b5f15da065ccb32dac0b78622ba026e1.tar.bz2 | |
Migrate some formula with hard-X11 dependencies.
We have the homebrew-x11 tap for this reason so let's migrate everything
without any reverse dependencies. Ideally I'd also like to migrate
everything that's :recommended and the GTK formulae through there too
(or to a dedicated homebrew-gtk).
Diffstat (limited to 'Library/Formula/iptux.rb')
| -rw-r--r-- | Library/Formula/iptux.rb | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/Library/Formula/iptux.rb b/Library/Formula/iptux.rb deleted file mode 100644 index 3be706ad2..000000000 --- a/Library/Formula/iptux.rb +++ /dev/null @@ -1,26 +0,0 @@ -require "formula" - -class Iptux < Formula - homepage "https://github.com/iptux-src/iptux" - url "https://github.com/iptux-src/iptux/archive/v0.6.2.tar.gz" - sha1 "19c3984d7523f8563d91a2949b6fb0629ab6c586" - - depends_on :x11 - depends_on "gettext" - depends_on "gtk+" - depends_on "gconf" - depends_on "hicolor-icon-theme" - depends_on "pkg-config" => :build - - def install - system "./configure", "--disable-debug", - "--disable-dependency-tracking", - "--disable-silent-rules", - "--prefix=#{prefix}" - system "make", "install" - end - - test do - system "#{bin}/iptux", "--version" - end -end |
