From b82efee0967b15a89f431e9dc204c1715451d15c Mon Sep 17 00:00:00 2001 From: Louis-Philippe Gauthier Date: Tue, 9 Jul 2013 11:15:57 -0400 Subject: tinycdb 0.78 Closes #21098. Signed-off-by: Adam Vandenberg --- Library/Formula/tinycdb.rb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Library/Formula/tinycdb.rb (limited to 'Library') diff --git a/Library/Formula/tinycdb.rb b/Library/Formula/tinycdb.rb new file mode 100644 index 000000000..4b83bed9d --- /dev/null +++ b/Library/Formula/tinycdb.rb @@ -0,0 +1,12 @@ +require 'formula' + +class Tinycdb < Formula + homepage 'http://www.corpit.ru/mjt/tinycdb.html' + url 'http://www.corpit.ru/mjt/tinycdb/tinycdb-0.78.tar.gz' + sha1 'ade42ee1e7c56f66a63cb933206c089b9983adba' + + def install + system "make" + system "make", "install", "prefix=#{prefix}", "mandir=#{man}" + end +end -- cgit v1.2.3