Skip to content

Instantly share code, notes, and snippets.

@f440
Created February 19, 2012 03:05
Show Gist options
  • Save f440/1861759 to your computer and use it in GitHub Desktop.
Save f440/1861759 to your computer and use it in GitHub Desktop.
require 'formula'
class Freetype2 <Formula
url 'http://download.savannah.gnu.org/releases/freetype/freetype-2.4.8.tar.bz2'
homepage 'http://freetype.sourceforge.net/index2.html'
md5 'dbf2caca1d3afd410a29217a9809d397'
version '2.4.8'
head 'git://git.sv.gnu.org/freetype/freetype2.git'
def install
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}"
system "make install"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment