eina: boneyard

Closes #1175.

Signed-off-by: Alex Dunn <dunn.alex@gmail.com>
master
Alex Dunn 2016-05-15 07:54:26 -07:00
parent 902a1bf173
commit ee7d8f783b
3 changed files with 1 additions and 28 deletions

View File

@ -11,8 +11,6 @@ class Efl < Formula
sha256 "4d1e000d79e426ffaf82e1b4603239b2c629c8eab5549b29d403a2b88eca24f5" => :mavericks
end
conflicts_with "eina", :because => "efl aggregates formerly distinct libs, one of which is eina"
option "with-docs", "Install development libraries/headers and HTML docs"
depends_on "doxygen" => :build if build.with? "docs"

View File

@ -1,26 +0,0 @@
class Eina < Formula
desc "Core data structure and common utility library for Enlightenment"
homepage "https://docs.enlightenment.org/auto/eina/eina_main.html"
url "https://download.enlightenment.org/releases/eina-1.7.10.tar.gz"
sha256 "3f33ae45c927faedf8d342106136ef1269cf8dde6648c8165ce55e72341146e9"
head do
url "https://git.enlightenment.org/legacy/eina.git/"
depends_on "autoconf" => :build
depends_on "automake" => :build
depends_on "libtool" => :build
end
bottle :disable, "Work around broken pkgconfig in bottle installation (#45293)"
depends_on "pkg-config" => :build
def install
system "./autogen.sh" if build.head?
system "./configure", "--disable-dependency-tracking",
"--disable-silent-rules",
"--prefix=#{prefix}"
system "make", "install"
end
end

View File

@ -57,6 +57,7 @@
"easy-tag": "homebrew/gui",
"echoping": "homebrew/boneyard",
"eet": "homebrew/boneyard",
"eina": "homebrew/boneyard",
"electric-fence": "homebrew/boneyard",
"embryo": "homebrew/boneyard",
"encfs": "homebrew/fuse",