aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBen Willmore2011-08-07 07:34:44 +0100
committerAdam Vandenberg2011-08-07 10:18:27 -0700
commit4ed774e7035e4a35b84fe00982b467767979fd78 (patch)
tree02f2c5321fe87f0bc63a4f66f4126b20780605c6 /Library
parente45cdb7c8c4d5fb9c0d4b4e08da7057202813331 (diff)
downloadhomebrew-4ed774e7035e4a35b84fe00982b467767979fd78.tar.bz2
smpeg: install smpeg-config
This file is needed so that dependencies can configure themselves Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/smpeg.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/smpeg.rb b/Library/Formula/smpeg.rb
index ee698ef77..58d60914d 100644
--- a/Library/Formula/smpeg.rb
+++ b/Library/Formula/smpeg.rb
@@ -16,6 +16,7 @@ class Smpeg < Formula
system "make"
lib.install Dir[".libs/*.dylib"]
bin.install ".libs/plaympeg"
+ bin.install "./smpeg-config"
include.install Dir["*.h"]
end
end