diff optionsrequire 'formula'
class Mikmod < Formula
homepage 'http://mikmod.raphnet.net/'
url 'https://downloads.sourceforge.net/project/mikmod/mikmod/3.2.5/mikmod-3.2.5.tar.gz'
sha1 '2c4d2abac01af37c45db2b92b74636dce36eba31'
depends_on 'libmikmod'
def install
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}",
"--mandir=#{man}"
system "make install"
end
test do
system "#{bin}/mikmod", "-V"
end
end
3fdc124c (patch)
tree 74e0ad96cf8f0637487412c5f9f0b8297b2af362 /docs_theme/base.html
parent a40b805963c40e0e7f2aaa679f18fa2e5e96419b (diff) download django-rest-framework-b44def465054345b6099aae7bdd34b623fdc124c.tar.bz2
minor spelling tweaks
Diffstat (limited to 'docs_theme/base.html')
0 files changed, 0 insertions, 0 deletions
