diff options
Diffstat (limited to 'Library/Formula/cardpeek.rb')
| -rw-r--r-- | Library/Formula/cardpeek.rb | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/Library/Formula/cardpeek.rb b/Library/Formula/cardpeek.rb deleted file mode 100644 index 6a0cbde0e..000000000 --- a/Library/Formula/cardpeek.rb +++ /dev/null @@ -1,45 +0,0 @@ -require "formula" - -class Cardpeek < Formula - homepage "http://pannetrat.com/Cardpeek/" - - stable do - url "http://downloads.pannetrat.com/get/302b8a00996e9f4180ad/cardpeek-0.8.3.tar.gz" - mirror "https://raw.githubusercontent.com/DomT4/LibreMirror/master/Cardpeek/cardpeek-0.8.3.tar.gz" - sha1 "8cc9c0652f0214ec06badb5b86974c66ca035a43" - - # Patch required to fix GTK3.14 fatal build issues. Already merged into HEAD. - patch :p0 do - url "https://cardpeek.googlecode.com/issues/attachment?aid=500005000&name=patch-for-gtk-3.14.patch&token=ABZ6GAe27u5TeVC93yVqB58IQsyy6FjQQw%3A1412564556195" - sha1 "33b27af98546f605e5ab1c4a894c7db8fc2045f8" - end - end - - bottle do - cellar :any - sha1 "71775a85560719e72a31284f1852b236daebab7c" => :mavericks - sha1 "8801e8e235850927169195d1beac9a44566ba33c" => :mountain_lion - sha1 "d6522d6a501745e2a3ef0744a06e78a6690f81be" => :lion - end - - head "https://cardpeek.googlecode.com/svn/trunk/" - - depends_on "pkg-config" => :build - depends_on "glib" - depends_on "autoconf" => :build - depends_on "automake" => :build - depends_on :x11 - depends_on "openssl" - depends_on "gtk+3" - depends_on "lua" - - def install - # always run autoreconf, neeeded to generate configure for --HEAD, - # and otherwise needed to reflect changes to configure.ac - system "autoreconf", "-i" - - system "./configure", "--disable-dependency-tracking", - "--prefix=#{prefix}" - system "make", "install" - end -end |
