[33693] trunk/dports/python

gui_dos at macports.org gui_dos at macports.org
Sun Feb 3 07:47:06 PST 2008


Revision: 33693
          http://trac.macosforge.org/projects/macports/changeset/33693
Author:   gui_dos at macports.org
Date:     2008-02-03 07:45:49 -0800 (Sun, 03 Feb 2008)

Log Message:
-----------
new port: python2.5 version of py-chm

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

Added: trunk/dports/python/py25-chm/Portfile
===================================================================
--- trunk/dports/python/py25-chm/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-chm/Portfile	2008-02-03 15:45:49 UTC (rev 33693)
@@ -0,0 +1,27 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup python25 1.0
+
+name			py25-chm
+version			0.8.4
+categories		python textproc
+platforms		darwin
+maintainers		nomaintainer
+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/py25-chm/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080203/99319c11/attachment.html


More information about the macports-changes mailing list