[28075] trunk/dports/archivers/dynamite/Portfile
source_changes at macosforge.org
source_changes at macosforge.org
Sun Aug 19 12:30:18 PDT 2007
Revision: 28075
http://trac.macosforge.org/projects/macports/changeset/28075
Author: nox at macports.org
Date: 2007-08-19 12:30:18 -0700 (Sun, 19 Aug 2007)
Log Message:
-----------
dynamite:
* Added sha1 and rmd160 checksums.
* Added doc installation.
* Disabled livecheck.
Modified Paths:
--------------
trunk/dports/archivers/dynamite/Portfile
Modified: trunk/dports/archivers/dynamite/Portfile
===================================================================
--- trunk/dports/archivers/dynamite/Portfile 2007-08-19 19:17:39 UTC (rev 28074)
+++ trunk/dports/archivers/dynamite/Portfile 2007-08-19 19:30:18 UTC (rev 28075)
@@ -1,21 +1,30 @@
# $Id$
-PortSystem 1.0
+PortSystem 1.0
name dynamite
version 0.1
categories archivers
platforms darwin
-maintainers nomaintainer at macports.org
+maintainers nomaintainer
description decompress data compressed with the PKWARE library
-long_description Dynamite is a tool and library for decompressing data \
- compressed with the PKWARE Data Compression Library.
+long_description \
+ Dynamite is a tool and library for decompressing data \
+ compressed with the PKWARE Data Compression Library.
homepage http://synce.sourceforge.net/synce/dynamite.php
master_sites sourceforge:synce
-checksums md5 5e99d9172f60b8084cc6f6ba1a8c8261
-platform darwin 8 {
- configure.env CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0
+checksums md5 5e99d9172f60b8084cc6f6ba1a8c8261 \
+ sha1 265d1d9fcb6199c98f7a798d911a81a8f588c60b \
+ rmd160 781ebb008caf78eec3498a47a6eec291c93235a1
+
+post-destroot {
+ set docdir ${prefix}/share/doc/${name}-${version}
+ xinstall -d ${destroot}${docdir}
+ xinstall -m 0644 ${worksrcpath}/LICENSE ${destroot}${docdir}
}
+
+livecheck.check none
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070819/7069a8f0/attachment.html
More information about the macports-changes
mailing list