diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/miniupnpc.rb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Library/Formula/miniupnpc.rb b/Library/Formula/miniupnpc.rb new file mode 100644 index 000000000..b46fdd68e --- /dev/null +++ b/Library/Formula/miniupnpc.rb @@ -0,0 +1,11 @@ +require 'formula' + +class Miniupnpc < Formula + url 'http://miniupnp.free.fr/files/download.php?file=miniupnpc-1.6.20120125.tar.gz' + homepage 'http://miniupnp.free.fr' + md5 '61f136f1302add9d89d329a6c1e338ca' + + def install + system "make INSTALLPREFIX=#{prefix} install" + end +end |
