pixman 0.16.4
This commit is contained in:
parent
2c3ddb15fe
commit
1132c3068b
1 changed files with 16 additions and 0 deletions
16
Formula/pixman.rb
Normal file
16
Formula/pixman.rb
Normal file
|
@ -0,0 +1,16 @@
|
|||
require 'formula'
|
||||
|
||||
class Pixman <Formula
|
||||
url 'http://www.cairographics.org/releases/pixman-0.16.4.tar.gz'
|
||||
homepage 'http://www.cairographics.org/'
|
||||
md5 '7f430cf0de0bf05935d4e21906cb1e6b'
|
||||
|
||||
depends_on 'pkg-config'
|
||||
depends_on 'libpng'
|
||||
|
||||
def install
|
||||
system "./configure", "--prefix=#{prefix}", "--disable-dependency-tracking"
|
||||
|
||||
system "make install"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue