diff options
| author | Max Howell | 2009-12-02 09:45:15 +0000 |
|---|---|---|
| committer | Max Howell | 2009-12-02 09:45:15 +0000 |
| commit | ea643fe14a94f6d2200a3cb25d7372b5df6b9b9d (patch) | |
| tree | 134d4c79a3a784771d4ac7788799d0a7634c2fca | |
| parent | 413cdd4a6c4baee92aa22c587f4c0fcadad9eb1a (diff) | |
| download | homebrew-ea643fe14a94f6d2200a3cb25d7372b5df6b9b9d.tar.bz2 | |
Put more aliases in the formula
| -rw-r--r-- | Library/Formula/beanstalk.rb | 3 | ||||
| -rw-r--r-- | Library/Formula/fop.rb | 3 | ||||
| -rw-r--r-- | Library/Formula/geoip.rb | 3 | ||||
| -rw-r--r-- | Library/Formula/gsl.rb | 3 | ||||
| -rw-r--r-- | Library/Formula/oggz.rb | 3 | ||||
| -rw-r--r-- | Library/Formula/shell.fm.rb | 4 |
6 files changed, 7 insertions, 12 deletions
diff --git a/Library/Formula/beanstalk.rb b/Library/Formula/beanstalk.rb index 3f9aa5f3a..b43deceaf 100644 --- a/Library/Formula/beanstalk.rb +++ b/Library/Formula/beanstalk.rb @@ -1,12 +1,11 @@ require 'formula' -# TODO alias: beanstalkd - class Beanstalk <Formula url 'http://xph.us/dist/beanstalkd/beanstalkd-1.4.tar.gz' md5 'eea47c86c722c4448087fb28be7357cd' homepage 'http://xph.us/software/beanstalkd/' + aka 'beanstalkd' depends_on 'libevent' def install diff --git a/Library/Formula/fop.rb b/Library/Formula/fop.rb index 4f4faccea..afd5ba4dc 100644 --- a/Library/Formula/fop.rb +++ b/Library/Formula/fop.rb @@ -1,12 +1,11 @@ require 'formula' -# TODO common aliases: apache-fop - class Fop <Formula version "0.95" homepage "http://xmlgraphics.apache.org/fop/index.html" url "http://mirrors.ibiblio.org/pub/mirrors/apache/xmlgraphics/fop/binaries/fop-#{@version}-bin.tar.gz" md5 "7af50bf58924dd22d71d22d8ad90b268" + aka 'apache-fop' def install prefix.install Dir["*"] diff --git a/Library/Formula/geoip.rb b/Library/Formula/geoip.rb index 5539d89d6..deeab525f 100644 --- a/Library/Formula/geoip.rb +++ b/Library/Formula/geoip.rb @@ -1,11 +1,10 @@ require 'formula' -# TODO common aliases libgeoip - class Geoip <Formula url 'http://geolite.maxmind.com/download/geoip/api/c/GeoIP-1.4.6.tar.gz' homepage 'http://www.maxmind.com/app/c' md5 'cb14b1beeb40631a12676b11ca0c309a' + aka 'libgeoip' def install system "./configure", "--prefix=#{prefix}", "--disable-dependency-tracking" diff --git a/Library/Formula/gsl.rb b/Library/Formula/gsl.rb index eb66de5e9..c1ba6bf08 100644 --- a/Library/Formula/gsl.rb +++ b/Library/Formula/gsl.rb @@ -1,11 +1,10 @@ require 'formula' -# TODO alias GNU Scientific Library - class Gsl <Formula url 'ftp://ftp.gnu.org/gnu/gsl/gsl-1.13.tar.gz' homepage 'http://www.gnu.org/software/gsl/' md5 'd9fcfa367c44ab68a25b4edf34c3c5f7' + aka 'gnu-scientific-library' def install system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking" diff --git a/Library/Formula/oggz.rb b/Library/Formula/oggz.rb index a47745b7c..43b43d7e2 100644 --- a/Library/Formula/oggz.rb +++ b/Library/Formula/oggz.rb @@ -1,12 +1,11 @@ require 'formula' -# TODO alias: liboggz - class Oggz <Formula url 'http://downloads.xiph.org/releases/liboggz/liboggz-1.0.0.tar.gz' md5 '57359f6f0824b3e9bad85b49a6418514' homepage 'http://www.xiph.org/oggz/' + aka 'liboggz' depends_on 'libogg' def install diff --git a/Library/Formula/shell.fm.rb b/Library/Formula/shell.fm.rb index bf0d0ba82..27fdd6399 100644 --- a/Library/Formula/shell.fm.rb +++ b/Library/Formula/shell.fm.rb @@ -1,13 +1,13 @@ require 'formula' -#TODO aliases: shell-fm - class ShellFm <Formula url 'http://github.com/jkramer/shell-fm/tarball/v0.7' version '0.7' homepage 'http://nex.scrapping.cc/shell-fm/' md5 '3f83866622a892ee89685f1ed079eefd' + aka 'shell-fm' + # homepage says that libao is optional, but it doesn't seem # to build without it… depends_on 'libao' |
