diff options
| author | David Höppner | 2010-03-12 19:05:26 +0100 |
|---|---|---|
| committer | David Höppner | 2010-03-13 19:57:22 +0100 |
| commit | 445df19bc52896840261e62a22699fe63b1dedf7 (patch) | |
| tree | d449cced95dbdd143eee4baf7aae0e085049b0a1 /Library | |
| parent | 08f486fb4df67ad22c896654b23b6458963f0e89 (diff) | |
| download | homebrew-445df19bc52896840261e62a22699fe63b1dedf7.tar.bz2 | |
New formula liblunar
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/liblunar.rb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Library/Formula/liblunar.rb b/Library/Formula/liblunar.rb new file mode 100644 index 000000000..5939a5fe9 --- /dev/null +++ b/Library/Formula/liblunar.rb @@ -0,0 +1,15 @@ +require 'formula' + +class Liblunar <Formula + url 'http://liblunar.googlecode.com/files/liblunar-2.2.4.tar.gz' + homepage 'http://code.google.com/p/liblunar/' + md5 '6f5a7e2f79483f572af3f896c9379b0f' + + depends_on 'gettext' + depends_on 'intltool' + + def install + system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking" + system "make install" + end +end |
