Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv13515

Added Files:
        arm-binutils.info 
Log Message:
new package of binutils for cross compiling to arm

--- NEW FILE: arm-binutils.info ---
Info2: <<
Package: arm%type_pkg[platform]-binutils
Version: 2.19.1
Revision: 1
Type: platform (-linux -wince -gba -nds)
# tried, but not yet working or needed: palmos symbian linux-eabi non-eabi 
gba-eabi gba-elf agb-elf elf
Architecture: powerpc, i386, x86-64
Description: GNU binutils for arm%type_pkg[platform]
License: LGPL

Source: mirror:gnu:binutils/binutils-%v.tar.bz2
Source-MD5: 09a8c5821a2dfdbb20665bc0bd680791

SourceDirectory: binutils-%v

ConfigureParams: <<
  --disable-nls  \
  --target=arm%type_pkg[platform]  \
  --prefix=%p/lib/arm%type_pkg[platform] \
  --bindir=%p/bin --mandir=%p/share/man --infodir=%p/share/info \
  --program-prefix=arm%type_pkg[platform]- \ 
  --disable-werror 
<<

InstallScript: <<
#!/bin/sh -ev
  /usr/bin/make install DESTDIR=%d
  /bin/rm -vrf %i/lib/arm%type_pkg[platform]/lib/

  for file_name in %i/share/info/*
  do
    new_file_name=`/bin/echo ${file_name} | /usr/bin/sed -e 
"s|%i/share/info/|%i/share/info/arm%type_pkg[platform]-|g"`
    mv ${file_name} ${new_file_name}
  done
<<

DocFiles: README COPYING*

InfoDocs: arm%type_pkg[platform]-as.info arm%type_pkg[platform]-bfd.info 
arm%type_pkg[platform]-binutils.info arm%type_pkg[platform]-configure.info 
arm%type_pkg[platform]-ld.info arm%type_pkg[platform]-standards.info

DescPort: <<
Like 'avr-binutils' package, lib & include folders have been moved to 
/sw/lib/arm%type_pkg[platform] and the binaries are put into /sw/bin .
All xxx files renamed to arm%type_pkg[platform]-xxx.info to avoid clashes
with other potential toolchains.
TODO: Native Language Support
<<

Homepage: http://www.gnu.org/software/binutils/

Maintainer: Karl-Michael Schindler <karl-michael.schind...@web.de>
<<

------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to