Created
January 30, 2013 02:11
-
-
Save clarete/4669995 to your computer and use it in GitHub Desktop.
Brew formula for taningia (http://github.com/clarete/taningia)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'formula' | |
class Taningia < Formula | |
homepage 'https://github.com/clarete/taningia' | |
url 'https://github.com/clarete/taningia.git' | |
version '0.2.3' | |
depends_on 'pkg-config' => :build | |
depends_on 'autoconf' => :build | |
depends_on 'automake' => :build | |
depends_on 'libtool' => :build | |
depends_on 'check' => :build | |
depends_on 'iksemel' | |
def install | |
system "./autogen.sh --prefix=#{prefix}" | |
system "make install" | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment