aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/libowfat.rb13
1 files changed, 13 insertions, 0 deletions
diff --git a/Library/Formula/libowfat.rb b/Library/Formula/libowfat.rb
new file mode 100644
index 000000000..146fe4e59
--- /dev/null
+++ b/Library/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