diff options
| author | Baptiste Fontaine | 2015-02-02 22:50:11 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2015-02-03 08:37:34 +0000 |
| commit | 4f661ef8b4e38f09a3d8af55b582f0be9e3bb4dd (patch) | |
| tree | 61c7d3ea5d314027e525296a620c74286d94432c /Library/Formula | |
| parent | cc3878fffdc38c37e46832bbf53a5c5d592d567d (diff) | |
| download | homebrew-4f661ef8b4e38f09a3d8af55b582f0be9e3bb4dd.tar.bz2 | |
bibutils 5.6
Closes #36474.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/bibutils.rb | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/Library/Formula/bibutils.rb b/Library/Formula/bibutils.rb index 9f14697ca..e4b728875 100644 --- a/Library/Formula/bibutils.rb +++ b/Library/Formula/bibutils.rb @@ -1,7 +1,7 @@ class Bibutils < Formula homepage "http://sourceforge.net/p/bibutils/home/Bibutils/" - url "https://downloads.sourceforge.net/project/bibutils/bibutils_5.5_src.tgz" - sha1 "f7cb7a8bd62ac3b5f0caf63a4a6a793355a417f2" + url "https://downloads.sourceforge.net/project/bibutils/bibutils_5.6_src.tgz" + sha1 "effec35d97ed2d8454721eaf37ba8b484f02e8da" bottle do cellar :any @@ -11,14 +11,9 @@ class Bibutils < Formula end def install - system "./configure", "--install-dir", prefix - system "make", "CC=#{ENV.cc}" - - cd "bin" do - bin.install %w[bib2xml ris2xml end2xml endx2xml med2xml isi2xml copac2xml - biblatex2xml ebi2xml wordbib2xml xml2ads xml2bib xml2end - xml2isi xml2ris xml2wordbib modsclean] - end + system "./configure", "--install-dir", bin, + "--install-lib", lib + system "make", "install", "CC=#{ENV.cc}" end test do |
