[57305] trunk/dports/python

jameskyle at macports.org jameskyle at macports.org
Tue Sep 8 20:58:58 PDT 2009


Revision: 57305
          http://trac.macports.org/changeset/57305
Author:   jameskyle at macports.org
Date:     2009-09-08 20:58:57 -0700 (Tue, 08 Sep 2009)
Log Message:
-----------
Python 2.6 version of the pychm library.

Added Paths:
-----------
    trunk/dports/python/py26-chm/
    trunk/dports/python/py26-chm/Portfile

Added: trunk/dports/python/py26-chm/Portfile
===================================================================
--- trunk/dports/python/py26-chm/Portfile	                        (rev 0)
+++ trunk/dports/python/py26-chm/Portfile	2009-09-09 03:58:57 UTC (rev 57305)
@@ -0,0 +1,27 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           python26 1.0
+
+name			          py26-chm
+version			        0.8.4
+categories		      python textproc
+platforms		        darwin
+maintainers		      jameskyle
+description		      PyCHM is a set of Python bindings for Jed Wing's chmlib.
+long_description	  ${description}
+                    
+homepage		        http://gnochm.sourceforge.net/pychm.html
+master_sites	      sourceforge:gnochm
+distname		        pychm-${version}
+checksums		        sha1 73104f4a351dc1450a16f07680d772817b05442d
+
+depends_lib-append	port:chmlib
+
+build.env		        CFLAGS=-I${prefix}/include \
+				            LDFLAGS=-L${prefix}/lib
+
+post-destroot	{
+	xinstall -m 644 -W ${worksrcpath} COPYING ChangeLog NEWS README \
+		${destroot}${prefix}/share/doc/${name}
+}


Property changes on: trunk/dports/python/py26-chm/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/20090908/8eac6697/attachment.html>


More information about the macports-changes mailing list