[65560] trunk/dports/textproc

blb at macports.org blb at macports.org
Sat Mar 27 13:16:15 PDT 2010


Revision: 65560
          http://trac.macports.org/changeset/65560
Author:   blb at macports.org
Date:     2010-03-27 13:16:15 -0700 (Sat, 27 Mar 2010)
Log Message:
-----------
New port - textproc/ebook-tools, Access and convert various ebook file formats

Added Paths:
-----------
    trunk/dports/textproc/ebook-tools/
    trunk/dports/textproc/ebook-tools/Portfile

Added: trunk/dports/textproc/ebook-tools/Portfile
===================================================================
--- trunk/dports/textproc/ebook-tools/Portfile	                        (rev 0)
+++ trunk/dports/textproc/ebook-tools/Portfile	2010-03-27 20:16:15 UTC (rev 65560)
@@ -0,0 +1,28 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           cmake 1.0
+name                ebook-tools
+version             0.1.1
+categories          textproc
+maintainers         nomaintainer
+description         Access and convert various ebook file formats 
+long_description    ${description}
+
+platforms           darwin
+
+homepage            http://sourceforge.net/projects/ebook-tools/
+master_sites        sourceforge
+
+checksums           md5     15946af6f946eabe8247cdef9ada2b88 \
+                    sha1    5c7c177914767412f3c8b145319fa4683755ac90 \
+                    rmd160  02ee38ed7175e94577f718cc68c468f4e9d229ea
+
+depends_lib         port:libzip port:libxml2
+
+post-destroot {
+   xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+   xinstall -m 644 -W ${worksrcpath} LICENSE README TODO \
+      ${destroot}${prefix}/share/doc/${name}
+}
+


Property changes on: trunk/dports/textproc/ebook-tools/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/20100327/540c74cf/attachment-0001.html>


More information about the macports-changes mailing list