mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-02 04:58:52 +02:00
39 lines
847 B
Plaintext
39 lines
847 B
Plaintext
DESCRIPTION="
|
|
Cairo is a 2D graphics library with support for multiple output devices.
|
|
"
|
|
HOMEPAGE="http://cairographics.org"
|
|
SRC_URI="http://cairographics.org/releases/cairo-1.10.0.tar.gz"
|
|
REVISION="1"
|
|
STATUS_HAIKU="broken"
|
|
DEPEND="freetype >= 2.3.11
|
|
fontconfig >= 2.8.0
|
|
pixman >= 0.18.4"
|
|
CHECKSUM_MD5="70a2ece66cf473d976e2db0f75bf199e"
|
|
BUILD()
|
|
{
|
|
cd cairo-1.10.0
|
|
libtoolize --force --copy --install
|
|
aclocal -I build
|
|
autoconf
|
|
automake
|
|
./configure --prefix=`finddir B_COMMON_DIRECTORY` --enable-beos
|
|
make
|
|
}
|
|
|
|
INSTALL()
|
|
{
|
|
cd cairo-1.10.0
|
|
make install
|
|
}
|
|
|
|
LICENSE="GNU LGPL v2.1
|
|
MPL v1.1"
|
|
COPYRIGHT="2000, 2002, 2004-2007 Keith Packard
|
|
2002-2003 University of Southern California
|
|
2004-2010 Red Hat, Inc.
|
|
2005-2010 Mozilla Corporation
|
|
2006-2009 Adrian Johnson
|
|
2007-2009 Chris Wilson
|
|
2009-2010 Intel Corporation
|
|
2002-2010 many others"
|