Skip to content

Commit

Permalink
Add cairo from Anaconda
Browse files Browse the repository at this point in the history
  • Loading branch information
asmeurer committed Nov 10, 2014
1 parent eeb5e9a commit 10a2b43
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
18 changes: 18 additions & 0 deletions cairo/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
#!/bin/bash

export CFLAGS="-I$PREFIX/include -L$PREFIX/lib"

./configure \
--prefix=$PREFIX \
--disable-static \
--disable-gobject \
--enable-warnings \
--enable-ft \
--enable-ps \
--enable-pdf \
--enable-svg \
--disable-gtk-doc
make
make install

rm -rf $PREFIX/share
24 changes: 24 additions & 0 deletions cairo/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
package:
name: cairo
version: 1.12.18

source:
fn: cairo-1.12.18.tar.xz
url: http://cairographics.org/releases/cairo-1.12.18.tar.xz
md5: 8e4ff32b82c3b39387eb6f5c59ef848e

requirements:
build:
- freetype
- libpng
- pixman
- zlib
run:
- freetype
- libpng
- pixman
- zlib

about:
home: http://cairographics.org/
license: LGPL 2.1 and MPL 1.1

0 comments on commit 10a2b43

Please sign in to comment.