summaryrefslogtreecommitdiff
blob: 91a9c6a7b050fd82d21768b89e169dc1bd78a658 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk-canvas/gtk-canvas-0.1.1.ebuild,v 1.1 2006/06/16 22:14:43 spyderous Exp $

inherit eutils autotools

DESCRIPTION="Backport of the GnomeCanvas widget to GTK+"
HOMEPAGE="http://www.atai.org/gtk-canvas/"
SRC_URI="http://www.atai.org/gtk-canvas/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~ppc ~x86"
IUSE=""
RDEPEND="gnome-base/gnome-libs"
DEPEND="${RDEPEND}"

src_unpack() {
	unpack ${A}
	epatch ${FILESDIR}/dont-build-libart_lgpl.patch
	cd ${S}
	eautoconf
}

src_install() {
	make DESTDIR="${D}" install || die "install failed"
}