[58012] trunk/dports/python
snc at macports.org
snc at macports.org
Sun Sep 20 11:23:04 PDT 2009
Revision: 58012
http://trac.macports.org/changeset/58012
Author: snc at macports.org
Date: 2009-09-20 11:22:59 -0700 (Sun, 20 Sep 2009)
Log Message:
-----------
created py26-pyclutter, ticket #21350
Added Paths:
-----------
trunk/dports/python/py26-pyclutter/
trunk/dports/python/py26-pyclutter/Portfile
Added: trunk/dports/python/py26-pyclutter/Portfile
===================================================================
--- trunk/dports/python/py26-pyclutter/Portfile (rev 0)
+++ trunk/dports/python/py26-pyclutter/Portfile 2009-09-20 18:22:59 UTC (rev 58012)
@@ -0,0 +1,48 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+
+name py26-pyclutter
+version 0.9.2
+distname pyclutter-${version}
+set branch [string range $version 0 [expr [string last "." $version] - 1]]
+categories python graphics
+description Python bindings for Clutter 1.0.
+long_description This port contains the Python modules that allow you \
+ to use the Clutter toolkit in Python programs.
+maintainers nodamage.com:nodamage
+platforms darwin
+homepage http://www.clutter-project.org/
+master_sites http://www.clutter-project.org/sources/pyclutter/${branch}/
+
+checksums md5 c848543847191ab62361d3c705567d52 \
+ sha1 b67ba376bcc14b97364cf730776e9523d4d76de3 \
+ rmd160 bba1fe67ab4d6dae71d2e5a849e7042ebc0a9c42
+
+depends_build \
+ port:pkgconfig \
+ port:libtool
+
+depends_lib \
+ port:python26 \
+ port:glib2 \
+ port:gtk2 \
+ port:py26-cairo \
+ port:py26-gobject \
+ port:py26-gtk \
+ port:py26-gst-python \
+ port:clutter \
+ port:clutter-gtk \
+ port:clutter-gst
+
+set python_prefix ${frameworks_dir}/Python.framework/Versions/2.6
+
+configure.pre_args-delete --prefix=${prefix}
+configure.pre_args-append --prefix=${python_prefix}
+configure.args-append --includedir=${python_prefix}/include/python2.6
+configure.pkg_config_path ${python_prefix}/lib/pkgconfig
+
+configure.python ${prefix}/bin/python2.6
+
+configure.env-append PYGOBJECT_CODEGEN=${prefix}/Library/Frameworks/Python.framework/Versions/2.6/bin/pygobject-codegen-2.0
Property changes on: trunk/dports/python/py26-pyclutter/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090920/3fbfb7c3/attachment.html>
More information about the macports-changes
mailing list