Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
New formula libass
Browse files Browse the repository at this point in the history
Libass is a portable subtitle renderer for the ASS/SSA (Advanced Substation
Alpha/Substation Alpha) subtitle format.
  • Loading branch information
0xffea committed Apr 10, 2010
1 parent 2a8a90a commit 5ebe781
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Library/Formula/libass.rb
@@ -0,0 +1,14 @@
require 'formula'

class Libass <Formula
url 'http://libass.googlecode.com/files/libass-0.9.9.tar.bz2'
homepage 'http://code.google.com/p/libass/'
md5 '6f545089d838d524c4f3b12e8ef6ed38'

depends_on 'pkg-config'

def install
system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}"
system "make install"
end
end

0 comments on commit 5ebe781

Please sign in to comment.