[26856] trunk/dports/cross
source_changes at macosforge.org
source_changes at macosforge.org
Mon Jul 9 18:48:42 PDT 2007
Revision: 26856
http://trac.macosforge.org/projects/macports/changeset/26856
Author: pguyot at kallisys.net
Date: 2007-07-09 18:48:41 -0700 (Mon, 09 Jul 2007)
Log Message:
-----------
New port: cross/arm-none-linux-gnueabi-runtime (runtime for Nokia Internet Tablet 770/800)
Added Paths:
-----------
trunk/dports/cross/arm-none-linux-gnueabi-runtime/
trunk/dports/cross/arm-none-linux-gnueabi-runtime/Portfile
Added: trunk/dports/cross/arm-none-linux-gnueabi-runtime/Portfile
===================================================================
--- trunk/dports/cross/arm-none-linux-gnueabi-runtime/Portfile (rev 0)
+++ trunk/dports/cross/arm-none-linux-gnueabi-runtime/Portfile 2007-07-10 01:48:41 UTC (rev 26856)
@@ -0,0 +1,41 @@
+# $Id: Portfile 20558 2006-11-06 23:28:39Z blair at macports.org $
+
+PortSystem 1.0
+name arm-none-linux-gnueabi-runtime
+version cs2005q3.2
+
+# Parameters for this port.
+set scratchboxversion 1.0.5
+
+description headers and precompiled libraries arm-none-linux-gnueabi (Nokia Internet Tablet), obtained from scratchbox.
+long_description ${description}
+homepage http://www.scratchbox.org/
+platforms darwin
+categories cross devel
+maintainers pguyot at kallisys.net
+master_sites http://www.scratchbox.org/download/files/sbox-releases/apophis/tarball/
+distfiles scratchbox-toolchain-${version}-glibc-arm-${scratchboxversion}-i386.tar.gz
+worksrcdir scratchbox
+checksums \
+ scratchbox-toolchain-${version}-glibc-arm-${scratchboxversion}-i386.tar.gz \
+ md5 bbaa58b63cc6c8e5a501126886a9cea5 \
+ sha1 4064f834dfa9bd77945222c8259a43a5b3809d95 \
+ rmd160 57eb527f2aaf43c850ac9f1e9c7b9a2b890bc3a6
+
+# Download everything to scratchbox/
+dist_subdir scratchbox
+
+post-extract {
+ # Trash gcc stuff that will be on the way.
+ file delete -force ${worksrcpath}/compilers/cs2005q3.2-glibc-arm/lib/gcc/
+ file delete -force ${worksrcpath}/compilers/cs2005q3.2-glibc-arm/lib/libiberty.a
+}
+configure {}
+build {}
+destroot {
+ # Install files by copying them.
+ xinstall -d ${destroot}${prefix}/arm-none-linux-gnueabi/
+ file copy ${worksrcpath}/compilers/cs2005q3.2-glibc-arm/lib ${destroot}${prefix}/arm-none-linux-gnueabi/
+ file copy ${worksrcpath}/compilers/cs2005q3.2-glibc-arm/usr ${destroot}${prefix}/arm-none-linux-gnueabi/
+}
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070709/3eb7f645/attachment.html
More information about the macports-changes
mailing list