From 75d64b8568ad3f095d0f508f12075283987a3b2f Mon Sep 17 00:00:00 2001 From: Kohei Ozaki Date: Mon, 7 Mar 2011 07:33:27 +0900 Subject: sary 1.2.0 Signed-off-by: Adam Vandenberg --- Library/Formula/sary.rb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Library/Formula/sary.rb (limited to 'Library/Formula') diff --git a/Library/Formula/sary.rb b/Library/Formula/sary.rb new file mode 100644 index 000000000..232c896f0 --- /dev/null +++ b/Library/Formula/sary.rb @@ -0,0 +1,17 @@ +require 'formula' + +class Sary :build + depends_on 'glib' + + def install + system "./configure", "--prefix=#{prefix}", + "--mandir=#{man}" + system "make install" + end +end -- cgit v1.2.3