From 170a230e80794431e4419c88f8e09976f57ee5bd Mon Sep 17 00:00:00 2001 From: Alexey Ivanov Date: Tue, 1 Oct 2013 15:36:56 -0700 Subject: [PATCH] libowfat 0.29 & HEAD Closes Homebrew/homebrew#22978. Signed-off-by: Adam Vandenberg --- Formula/libowfat.rb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Formula/libowfat.rb diff --git a/Formula/libowfat.rb b/Formula/libowfat.rb new file mode 100644 index 00000000000..146fe4e5943 --- /dev/null +++ b/Formula/libowfat.rb @@ -0,0 +1,13 @@ +require 'formula' + +class Libowfat < Formula + homepage 'http://www.fefe.de/libowfat/' + head 'cvs://:pserver:cvs:@cvs.fefe.de:/cvs:libowfat' + url 'http://dl.fefe.de/libowfat-0.29.tar.bz2' + sha1 'f944ebac326f4a8bd1437ff995d0b8201280434c' + + def install + system "make", "libowfat.a" + system "make", "install", "prefix=#{prefix}", "MAN3DIR=#{man3}", "INCLUDEDIR=#{include}/libowfat" + end +end