[32914] trunk/dports/devel/qca/Portfile
rowue at macports.org
rowue at macports.org
Mon Jan 14 17:17:14 PST 2008
Revision: 32914
http://trac.macosforge.org/projects/macports/changeset/32914
Author: rowue at macports.org
Date: 2008-01-14 17:17:13 -0800 (Mon, 14 Jan 2008)
Log Message:
-----------
Update to 2.0.0
Modified Paths:
--------------
trunk/dports/devel/qca/Portfile
Modified: trunk/dports/devel/qca/Portfile
===================================================================
--- trunk/dports/devel/qca/Portfile 2008-01-15 01:13:49 UTC (rev 32913)
+++ trunk/dports/devel/qca/Portfile 2008-01-15 01:17:13 UTC (rev 32914)
@@ -2,7 +2,7 @@
PortSystem 1.0
name qca
-version 1.0
+version 2.0
categories devel crypto security
maintainers rowue at macports.org
description Qt Cryptographic Architecture
@@ -14,34 +14,31 @@
platforms darwin
homepage http://delta.affinix.com/qca/
-master_sites ${homepage}
+master_sites http://delta.affinix.com/download/qca/2.0/
use_bzip2 yes
-checksums md5 ee44022eb0e5b8b5df64c62630f6e6b6
+checksums md5 07d54358ef4880d05b3c6f56b629aa55 \
+ sha1 5b896647426637e1974703f2950786746408c70b \
+ rmd160 256ca518fea507d03b67c0f5d26ba2ac7b3db517
-depends_lib port:qt3-mac
+depends_lib port:qt4-mac
+
configure.args --qtdir=${prefix}
post-build {
- system "install_name_tool -id ${prefix}/lib/libqca.1.dylib \
- ${worksrcpath}/libqca.1.dylib"
+ system "install_name_tool -id ${prefix}/lib/libqca.2.dylib \
+ ${worksrcpath}/libqca.2.dylib"
}
destroot {
xinstall -m 755 -d ${destroot}${prefix}/lib ${destroot}${prefix}/include \
- ${destroot}${prefix}/share/doc/${name} \
- ${destroot}${prefix}/share/examples/${name}
- xinstall -m 644 -W ${worksrcpath} libqca.1.0.0.dylib \
- ${destroot}${prefix}/lib
- system "ln -sf libqca.1.0.0.dylib ${destroot}${prefix}/lib/libqca.dylib"
- system "ln -sf libqca.1.0.0.dylib ${destroot}${prefix}/lib/libqca.1.dylib"
- system "ln -sf libqca.1.0.0.dylib \
- ${destroot}${prefix}/lib/libqca.1.0.dylib"
- xinstall -m 644 -W ${worksrcpath}/src qca.h ${destroot}${prefix}/include
+ ${destroot}${prefix}/share/doc/${name} \
+ ${destroot}${prefix}/share/examples/${name} \
+ ${destroot}${prefix}/include/QTCrypto
xinstall -m 644 -W ${worksrcpath} COPYING INSTALL README TODO \
- ${destroot}${prefix}/share/doc/${name}
+ ${destroot}${prefix}/share/doc/${name}
eval file copy [glob ${worksrcpath}/examples/*] \
- ${destroot}${prefix}/share/examples/${name}
+ ${destroot}${prefix}/share/examples/${name}
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080114/1d3dffa4/attachment.html
More information about the macports-changes
mailing list