fourstore 1.1.6

Closes https://github.com/Homebrew/legacy-homebrew/issues/49636

Closes #47.

Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
ilovezfs 2016-04-04 06:14:42 -07:00
parent 30d907f65f
commit 225fea79df

View file

@ -1,8 +1,8 @@
class Fourstore < Formula
desc "Efficient, stable RDF database"
homepage "http://4store.org/"
url "http://4store.org/download/4store-v1.1.5.tar.gz"
sha256 "2bdd6fb804288802187c5779e365eea2b3ddebce419b3da0609be38edc9e8c5b"
homepage "https://github.com/garlik/4store"
url "https://github.com/garlik/4store/archive/v1.1.6.tar.gz"
sha256 "a0c8143fcceeb2f1c7f266425bb6b0581279129b86fdd10383bf1c1e1cab8e00"
bottle do
revision 1
@ -12,12 +12,20 @@ class Fourstore < Formula
end
depends_on "pkg-config" => :build
depends_on "autoconf" => :build
depends_on "automake" => :build
depends_on "libtool" => :build
depends_on "gettext"
depends_on "glib"
depends_on "pcre"
depends_on "raptor"
depends_on "rasqal"
depends_on "pcre"
def install
# Upstream issue garlik/4store#138
# Otherwise .git directory is needed
(buildpath/".version").write("v1.1.6")
system "./autogen.sh"
(var/"fourstore").mkpath
system "./configure", "--prefix=#{prefix}",
"--with-storage-path=#{var}/fourstore",