| 1 |
# Copyright 1999-2012 Gentoo Foundation
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $Header: /var/cvsroot/gentoo-x86/dev-scheme/guile-cairo/guile-cairo-1.4.0.ebuild,v 1.10 2012/05/03 02:46:49 jdhore Exp $
|
| 4 |
|
| 5 |
EAPI=4
|
| 6 |
|
| 7 |
inherit autotools-utils
|
| 8 |
|
| 9 |
DESCRIPTION="Wraps the Cairo graphics library for Guile Scheme"
|
| 10 |
HOMEPAGE="http://www.nongnu.org/guile-cairo/"
|
| 11 |
SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${P}.tar.gz"
|
| 12 |
|
| 13 |
LICENSE="GPL-3 LGPL-3"
|
| 14 |
SLOT="0"
|
| 15 |
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
|
| 16 |
IUSE="static-libs test"
|
| 17 |
|
| 18 |
RDEPEND="
|
| 19 |
>=dev-scheme/guile-1.8
|
| 20 |
>=x11-libs/cairo-1.4"
|
| 21 |
DEPEND="${RDEPEND}
|
| 22 |
virtual/pkgconfig
|
| 23 |
test? ( dev-scheme/guile-lib )"
|
| 24 |
|
| 25 |
src_configure() {
|
| 26 |
local myeconfargs=( --disable-Werror )
|
| 27 |
autotools-utils_src_configure
|
| 28 |
}
|