summaryrefslogtreecommitdiff
path: root/dev-python/python-evas/python-evas-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/python-evas/python-evas-9999.ebuild')
-rw-r--r--dev-python/python-evas/python-evas-9999.ebuild41
1 files changed, 41 insertions, 0 deletions
diff --git a/dev-python/python-evas/python-evas-9999.ebuild b/dev-python/python-evas/python-evas-9999.ebuild
new file mode 100644
index 00000000..98197840
--- /dev/null
+++ b/dev-python/python-evas/python-evas-9999.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=2
+
+E_CYTHON=1
+SUPPORT_PYTHON_ABIS=1
+RESTRICT_PYTHON_ABIS="3.*"
+
+ESVN_SUB_PROJECT="BINDINGS/python"
+
+inherit enlightenment
+
+DESCRIPTION="Python bindings for EVAS library"
+HOMEPAGE="http://www.enlightenment.org/"
+
+LICENSE="LGPL-2.1"
+IUSE="static-libs"
+
+RDEPEND=">=media-libs/evas-9999"
+
+DEPEND="${RDEPEND}
+ >=dev-util/pkgconfig-0.9.0"
+
+src_prepare() {
+ enlightenment_src_prepare
+ python_copy_sources
+}
+
+src_configure() {
+ python_execute_function -s enlightenment_src_configure
+}
+
+src_compile() {
+ python_execute_function -s enlightenment_src_compile
+}
+
+src_install() {
+ python_execute_function -s enlightenment_src_install
+}