[55917] trunk/dports/python
snc at macports.org
snc at macports.org
Fri Aug 21 06:11:05 PDT 2009
Revision: 55917
http://trac.macports.org/changeset/55917
Author: snc at macports.org
Date: 2009-08-21 06:11:00 -0700 (Fri, 21 Aug 2009)
Log Message:
-----------
created py26-wbxml, ticket #20721
Added Paths:
-----------
trunk/dports/python/py26-wbxml/
trunk/dports/python/py26-wbxml/Portfile
Added: trunk/dports/python/py26-wbxml/Portfile
===================================================================
--- trunk/dports/python/py26-wbxml/Portfile (rev 0)
+++ trunk/dports/python/py26-wbxml/Portfile 2009-08-21 13:11:00 UTC (rev 55917)
@@ -0,0 +1,32 @@
+# $Id$
+
+PortSystem 1.0
+
+#PortGroup python26 1.0
+
+name py26-wbxml
+version 0.1
+categories python net
+maintainers nomaintainer
+platforms darwin freebsd
+description Python bindings for the WBXML library
+long_description \
+ pywbxml provides Python bindings to manipulate WBXML, a binary \
+ representation of WBXML used in mobile communications.
+
+homepage http://www.synce.org/
+master_sites sourceforge:synce
+checksums md5 6a1181b7be09ba69fe6768a0f6156416 \
+ sha1 db6fabcec33ebede343534f11536c7563c068664 \
+ rmd160 7cfa5bf6162b53b6f6e9708f1da41aa0244e6b6f
+distname pywbxml-${version}
+distfiles pywbxml-${version}.tar.gz
+
+depends_lib port:wbxml2
+depends_build port:py26-pyrex
+
+set python.prefix "${frameworks_dir}/Python.framework/Versions/2.6"
+configure.env PATH="${python.prefix}/bin:$env(PATH)"
+build.env PATH="${python.prefix}/bin:$env(PATH)"
+
+destroot.args-append wbxmlbindingsdir=${python.prefix}/lib/python2.6
Property changes on: trunk/dports/python/py26-wbxml/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/20090821/a8df6800/attachment.html>
More information about the macports-changes
mailing list