style nits

This commit is contained in:
Adam Vandenberg 2013-01-26 14:01:15 -08:00
parent 0b9487b65d
commit 41489e326f
5 changed files with 11 additions and 9 deletions

View file

@ -1,13 +1,14 @@
require 'formula'
class Abnfgen < Formula
url 'http://www.quut.com/abnfgen/abnfgen-0.16.tar.gz'
homepage 'http://www.quut.com/abnfgen/'
url 'http://www.quut.com/abnfgen/abnfgen-0.16.tar.gz'
sha1 '0ed2d09fc1601bb22bcd452000c2e4fd9b2bff81'
def install
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}", "--mandir=#{man}"
"--prefix=#{prefix}",
"--mandir=#{man}"
system "make install"
end
end

View file

@ -1,15 +1,16 @@
require 'formula'
class Abook < Formula
url 'http://downloads.sourceforge.net/abook/abook-0.5.6.tar.gz'
homepage 'http://abook.sourceforge.net/'
url 'http://downloads.sourceforge.net/abook/abook-0.5.6.tar.gz'
sha1 '79f04f2264c8bd81bbc952b6560c86d69b21615d'
depends_on 'readline'
def install
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}", "--mandir=#{man}"
"--prefix=#{prefix}",
"--mandir=#{man}"
system "make install"
end
end

View file

@ -1,9 +1,9 @@
require 'formula'
class Ack < Formula
homepage 'http://betterthangrep.com/'
url "https://github.com/petdance/ack/tarball/1.96"
sha1 '547058c0571095beaee9b2e6a3accad52114e759'
homepage 'http://betterthangrep.com/'
def install
system "pod2man ack ack.1"

View file

@ -1,15 +1,16 @@
require 'formula'
class Adplug < Formula
url 'http://downloads.sourceforge.net/project/adplug/AdPlug%20core%20library/2.2.1/adplug-2.2.1.tar.bz2'
homepage 'http://adplug.sf.net'
url 'http://downloads.sourceforge.net/project/adplug/AdPlug%20core%20library/2.2.1/adplug-2.2.1.tar.bz2'
sha1 '5023282ff44f183c9b6d7da9f57f51595742a5f7'
depends_on 'pkg-config' => :build
depends_on 'libbinio'
def install
system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}"
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}"
system "make install"
end
end

View file

@ -1,10 +1,9 @@
require 'formula'
class Aespipe < Formula
url 'http://loop-aes.sourceforge.net/aespipe/aespipe-v2.4c.tar.bz2'
homepage 'http://loop-aes.sourceforge.net/'
url 'http://loop-aes.sourceforge.net/aespipe/aespipe-v2.4c.tar.bz2'
sha1 '198cc0bc1168a7a150de4b7308be096c903b0d90'
version '2.4'
def install
system "./configure", "--prefix=#{prefix}"