[45852] trunk/dports/cross

snc at macports.org snc at macports.org
Fri Jan 23 07:51:15 PST 2009


Revision: 45852
          http://trac.macports.org/changeset/45852
Author:   snc at macports.org
Date:     2009-01-23 07:51:10 -0800 (Fri, 23 Jan 2009)
Log Message:
-----------
added lpc21isp, ticket #18151

Added Paths:
-----------
    trunk/dports/cross/lpc21isp/
    trunk/dports/cross/lpc21isp/Portfile

Added: trunk/dports/cross/lpc21isp/Portfile
===================================================================
--- trunk/dports/cross/lpc21isp/Portfile	                        (rev 0)
+++ trunk/dports/cross/lpc21isp/Portfile	2009-01-23 15:51:10 UTC (rev 45852)
@@ -0,0 +1,29 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+
+name                lpc21isp
+version             1.64
+categories          cross devel
+maintainers         nomaintainer
+description         a NXP MCU programmer
+long_description    In-circuit programming (ISP) tool for the NXP (Philips) \
+                    LPC2000 series ARM7 microcontrollers
+homepage            http://lpc21isp.sourceforge.net/
+platforms           darwin
+master_sites        sourceforge
+checksums           md5 3dda91f9bac1568d43b6217e19501be8 \
+                    sha1 4ad1ba8aef99ac00191c81ebb863f7e04415eb45 \
+                    rmd160 49c5355dcfbe14b18eae324b57529458fc1d3deb
+
+use_configure       no
+
+pre-build {
+                    system "make -C ${worksrcpath} clean"
+}
+
+destroot {
+                    xinstall -m 755 ${worksrcpath}/lpc21isp \
+                    ${destroot}${prefix}/bin
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090123/271cb526/attachment.html>


More information about the macports-changes mailing list