summaryrefslogtreecommitdiff
blob: f606b0d3f6835455276fdc3c9658a279acfbf275 (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
27
28
29
30
31
32
33
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/edje/edje-9999.ebuild,v 1.6 2006/07/16 05:29:42 vapier Exp $

inherit enlightenment

SRC_URI="http://download.enlightenment.org/snapshots/2007-08-26/${P}.tar.gz"

DESCRIPTION="graphical layout and animation library"
HOMEPAGE="http://www.enlightenment.org/pages/edje.html"

IUSE="vim"

DEPEND=">=x11-libs/evas-0.9.9.041
	>=x11-libs/ecore-0.9.9.041
	>=dev-libs/eet-0.9.10.041
	>=dev-libs/embryo-0.9.1.041
	app-editors/vim-core"

src_compile() {
	export MY_ECONF="
		$(use_with vim vim /usr/share/vim)
	"
	enlightenment_src_compile
}

src_install() {
	if use vim; then
		insinto /usr/share/vim/vimfiles/syntax/
		doins data/edc.vim edc.vim
	fi
	enlightenment_src_install
}