libowfat 0.29 & HEAD

Closes Homebrew/homebrew#22978.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Alexey Ivanov 2013-10-01 15:36:56 -07:00 committed by Adam Vandenberg
parent 8df85e9836
commit 170a230e80
1 changed files with 13 additions and 0 deletions

13
Formula/libowfat.rb Normal file
View File

@ -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