From 5e83d6ef95e7a241f816e8fd01dd0e6e20b428f2 Mon Sep 17 00:00:00 2001 From: Sébastien Gross Date: Tue, 14 Aug 2012 09:31:38 +0200 Subject: dylibbundler 0.4.1 Closes #14171. Signed-off-by: Adam Vandenberg --- Library/Formula/dylibbundler.rb | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 Library/Formula/dylibbundler.rb (limited to 'Library') diff --git a/Library/Formula/dylibbundler.rb b/Library/Formula/dylibbundler.rb new file mode 100644 index 000000000..45e5a0790 --- /dev/null +++ b/Library/Formula/dylibbundler.rb @@ -0,0 +1,25 @@ +require 'formula' + +class Dylibbundler < Formula + homepage 'http://macdylibbundler.sourceforge.net' + url 'http://sourceforge.net/projects/macdylibbundler/files/macdylibbundler/0.4.1/dylibbundler0.4.1.zip' + sha1 'ea80b57a487da3df3e3cc508573bf18268100464' + + def install + system "make" + bin.install "dylibbundler" + end + + def test + system "#{bin}/dylibbundler", "-h" + end + + def caveats; <<-EOS.undent + Documentation at: + #{homepage} + + Usage example: + dylibbundler -od -b -x ./HelloWorld.app/Contents/MacOS/helloworld -d ./HelloWorld.app/Contents/libs/ + EOS + end +end -- cgit v1.2.3