Skip to content

Commit

Permalink
Attempt at getting a working fontconfig recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Meurer committed Jul 3, 2013
1 parent 42f6241 commit 3f792ca
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
11 changes: 11 additions & 0 deletions fontconfig/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/bin/bash
chmod +x configure
export FREETYPE_LIBS=-L$PREFIX/lib/
export FREETYPE_CFLAGS=-I$PREFIX/include/freetype2
export LIBS=-L$PREFIX/lib/
export CFLAGS=-I$PREFIX/include
export LIBXML2_CFLAGS=-I$PREFIX/include/libxml2
export LIBXML2_LIBS=-L$PREFIX/lib/
./configure --prefix $PREFIX --enable-libxml2
make
make instal
17 changes: 17 additions & 0 deletions fontconfig/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
package:
name: fontconfig
version: 2.10.93

source:
fn: fontconfig-2.10.93.tar.bz2
url: http://www.freedesktop.org/software/fontconfig/release/fontconfig-2.10.93.tar.bz2
md5: 0f8e5c63c2d6931626185c02802375a3

requirements:
build:
- freetype
- libxml2

about:
home: http://www.freedesktop.org/wiki/Software/fontconfig/
license: BSD

0 comments on commit 3f792ca

Please sign in to comment.