From f30d4b1bbf0dd598a55e613e6bf0899cb564d099 Mon Sep 17 00:00:00 2001 From: Mark Simpson Date: Mon, 2 Dec 2013 23:26:24 -0500 Subject: compface 1.5.2 Closes #24892. Signed-off-by: Adam Vandenberg --- Library/Formula/compface.rb | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 Library/Formula/compface.rb (limited to 'Library') diff --git a/Library/Formula/compface.rb b/Library/Formula/compface.rb new file mode 100644 index 000000000..8b1caf71f --- /dev/null +++ b/Library/Formula/compface.rb @@ -0,0 +1,21 @@ +require 'formula' + +class Compface < Formula + homepage 'http://freecode.com/projects/compface' + url 'http://ftp.xemacs.org/pub/xemacs/aux/compface-1.5.2.tar.gz' + sha1 '72dad8774b3301a1562bdbd5b3c5536ebf86a03d' + + def install + system "./configure", "--disable-debug", + "--disable-dependency-tracking", + "--disable-silent-rules", + "--prefix=#{prefix}", + "--mandir=#{man}" + + system "make", "install" + end + + test do + system bin/"uncompface" + end +end -- cgit v1.2.3