| 1 |
# Copyright 1999-2005 Gentoo Foundation
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-0.1.23-r1.ebuild,v 1.16 2005/05/05 23:19:47 latexer Exp $
|
| 4 |
|
| 5 |
DESCRIPTION="A vector graphics library with cross-device output support"
|
| 6 |
HOMEPAGE="http://cairographics.org/"
|
| 7 |
SRC_URI="http://cairographics.org/snapshots/${P}.tar.gz"
|
| 8 |
|
| 9 |
LICENSE="BSD"
|
| 10 |
SLOT="0"
|
| 11 |
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc sparc x86"
|
| 12 |
IUSE=""
|
| 13 |
|
| 14 |
DEPEND="virtual/x11
|
| 15 |
virtual/xft
|
| 16 |
media-libs/fontconfig
|
| 17 |
>=media-libs/freetype-2
|
| 18 |
>=media-libs/libpixman-0.1.1"
|
| 19 |
|
| 20 |
src_compile() {
|
| 21 |
PKG_CONFIG_PATH=${PKG_CONFIG_PATH+$PKG_CONFIG_PATH:}${FILESDIR} econf || die
|
| 22 |
emake || die
|
| 23 |
}
|
| 24 |
|
| 25 |
src_install() {
|
| 26 |
make install DESTDIR="${D}" || die
|
| 27 |
}
|