This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'formula' | |
class Xvid < Formula | |
url 'https://fossies.org/unix/privat/xvidcore-1.3.2.tar.gz' | |
homepage 'https://fossies.org' | |
sha1 '56e065d331545ade04c63c91153b9624b51d6e1b' | |
def install | |
cd 'build/generic' do | |
system "./configure", "--disable-assembly", "--prefix=#{prefix}" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
==> Downloading http://downloads.sourceforge.net/project/fontforge/fontforge-source/fontforge_full-20110222.tar.bz2 | |
Already downloaded: /Library/Caches/Homebrew/fontforge-20110222.tar.bz2 | |
/usr/bin/tar xf /Library/Caches/Homebrew/fontforge-20110222.tar.bz2 | |
==> ./configure --prefix=/usr/local/Cellar/fontforge/20110222 --enable-double --without-freetype-bytecode | |
./configure --prefix=/usr/local/Cellar/fontforge/20110222 --enable-double --without-freetype-bytecode | |
checking for gcc... /usr/bin/clang | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
==> Downloading http://downloads.sourceforge.net/project/fontforge/fontforge-source/fontforge_full-20110222.tar.bz2 | |
Already downloaded: /Library/Caches/Homebrew/fontforge-20110222.tar.bz2 | |
/usr/bin/tar xf /Library/Caches/Homebrew/fontforge-20110222.tar.bz2 | |
==> ./configure --prefix=/usr/local/Cellar/fontforge/20110222 --enable-double --without-freetype-bytecode | |
./configure --prefix=/usr/local/Cellar/fontforge/20110222 --enable-double --without-freetype-bytecode | |
checking for gcc... /usr/bin/clang | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no |
NewerOlder