libowfat 0.29 & HEAD
Closes Homebrew/homebrew#22978. Signed-off-by: Adam Vandenberg <flangy@gmail.com>master
parent
8df85e9836
commit
170a230e80
|
@ -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
|
Loading…
Reference in New Issue