Moved cairo and pixman patches to patches directories, added initial .bep files for cairo, pixman and pango, although cairo and pango are broken for now.

This commit is contained in:
Scott McCreary
2010-06-19 09:25:01 +00:00
parent caffd88d80
commit a8fd13ae08
8 changed files with 555 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
DESCRIPTION="Pango is a library for laying out and rendering of text, with an emphasis on internationalization."
HOMEPAGE="http://www.pango.org/"
SRC_URI="http://ftp.gnome.org/pub/GNOME/sources/pango/1.28/pango-1.28.1.tar.gz"
REVISION="1"
STATUS_HAIKU="broken"
DEPEND="fontconfig >= 2.8.0
cairo > 1.8.0"
#CHECKSUM_MD5=""
BUILD {
cd pango-1.28.1
./configure --prefix=/boot/common
make
}
INSTALL {
cd pango-1.28.1
make install
}
#LICENSE=""
#COPYRIGHT=""