[75836] trunk/dports/aqua

pvanek at macports.org pvanek at macports.org
Thu Feb 10 04:06:57 PST 2011


Revision: 75836
          http://trac.macports.org/changeset/75836
Author:   pvanek at macports.org
Date:     2011-02-10 04:06:52 -0800 (Thu, 10 Feb 2011)
Log Message:
-----------
new port: qlipper, clipboard history manager

Added Paths:
-----------
    trunk/dports/aqua/qlipper/
    trunk/dports/aqua/qlipper/Portfile

Added: trunk/dports/aqua/qlipper/Portfile
===================================================================
--- trunk/dports/aqua/qlipper/Portfile	                        (rev 0)
+++ trunk/dports/aqua/qlipper/Portfile	2011-02-10 12:06:52 UTC (rev 75836)
@@ -0,0 +1,37 @@
+# $Id $
+
+PortSystem              1.0
+PortGroup               qt4 1.0
+
+name                    qlipper
+version                 1.8
+description             Lightweight & cross-platform clipboard history applet
+long_description        ${description}
+maintainers             pvanek openmaintainer
+categories              aqua office textproc
+platforms               darwin
+homepage                http://code.google.com/p/qlipper/
+master_sites        	googlecode
+
+use_bzip2               yes
+
+depends_lib             port:qt4-mac
+
+checksums               md5     e0148057dcc46fb98e720b52a6ecf70e \
+                        sha1    aeab59d9fb5cba8b5366a95c267ee1f2daa7f6a2 \
+                        rmd160  34bec9f13518738b9e727102e92547c8eee5c089
+
+configure.cmd           ${qt_qmake_cmd}
+configure.pre_args      INSTALL_PREFIX=${worksrcpath}/tmprelease/ CONFIGURE=\"release\"
+
+configure {
+    ui_msg ${worksrcpath}
+    system "cd ${worksrcpath} && ${qt_qmake_cmd}"
+}
+
+destroot {
+    # Install to the application directory
+    xinstall -m 755 -d ${destroot}${applications_dir}
+    file copy ${worksrcpath}/${name}.app ${destroot}${applications_dir}
+}
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110210/9c93efe7/attachment.html>


More information about the macports-changes mailing list