Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/devel
In directory vz-cvs-3.sog:/tmp/cvs-serv7920/10.7/stable/main/finkinfo/devel
Added Files:
arm-binutils.info i386-binutils.info powerpc-binutils.info
sparc-binutils.info x86-64-binutils.info
Log Message:
update binutils to 0.21.1 and push to 10.7
--- NEW FILE: arm-binutils.info ---
Info2: <<
Package: arm-%type_pkg[platform]-binutils
Version: 2.21.1
Revision: 1
Type: platform (linux wince none-eabi gba)
# tried, but not yet working or needed:
# palmos symbian linux-eabi gba-eabi gba-elf agb-elf elf
Description: GNU binutils for arm-%type_pkg[platform]
License: LGPL
Source: mirror:gnu:binutils/binutils-%v.tar.bz2
Source-MD5: a22801a9cad45c85e9ff6afc10537d72
SourceDirectory: binutils-%v
# hint regarding additional platforms
# (%type_pkg[platform] = nds) --target=arm-eabi \
ConfigureParams: <<
--target=arm-%type_pkg[platform] \
(%type_pkg[platform] = wince) --target=arm-wince-pe \
(%type_pkg[platform] = none-eabi) --enable-interwork \
(%type_pkg[platform] = none-eabi) --enable-multilib \
(%type_pkg[platform] = gba) --target=arm-agb-elf \
--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 --disable-nls
<<
CompileScript: <<
#!/bin/sh -ev
./configure %c
num_cpu=$(echo `sysctl -n hw.ncpu`)
make -j $num_cpu
<<
InstallScript: <<
#!/bin/sh -ev
make install DESTDIR=%d
rm -fr %i/lib/arm-%type_pkg[platform]/lib/
rm -fr %i/share/info
<<
DocFiles: README COPYING* MAINTAINERS
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.info files are removed to avoid clashes with other potential
toolchains.
<<
Homepage: http://www.gnu.org/software/binutils/
Maintainer: Karl-Michael Schindler <[email protected]>
<<
--- NEW FILE: i386-binutils.info ---
Info2: <<
Package: i386-%type_pkg[platform]-binutils
Version: 2.21.1
Revision: 1
Type: platform (linux freebsd netbsd solaris beos win32 wince msdosdjgpp go32v2
netware)
# tried, but not yet working or needed:
# openbsd os2 symbian haiku qnx wdosx emx watcom netwlibc
Description: GNU binutils for 32 bit %type_pkg[platform]
License: LGPL
Source: mirror:gnu:binutils/binutils-%v.tar.bz2
Source-MD5: a22801a9cad45c85e9ff6afc10537d72
SourceDirectory: binutils-%v
ConfigureParams: <<
--target=i386-%type_pkg[platform] \
(%type_pkg[platform] = win32) --target=mingw32 \
(%type_pkg[platform] = wince) --target=mingw32 \
(%type_pkg[platform] = go32v2) --target=go32 \
--prefix=%p/lib/i386-%type_pkg[platform] \
--bindir=%p/bin --mandir=%p/share/man --infodir=%p/share/info \
--program-prefix=i386-%type_pkg[platform]- \
--disable-werror
<<
CompileScript: <<
#!/bin/sh -ev
./configure %c
num_cpu=$(echo `sysctl -n hw.ncpu`)
make -j $num_cpu
<<
InstallScript: <<
#!/bin/sh -ev
make install DESTDIR=%d
rm -fr %i/lib/i386-%type_pkg[platform]/lib/
rm -fr %i/share/info
if [ "%type_pkg[platform]" = "solaris" ]; then
ln -s %p/bin/sparc-%type_pkg[platform]-as
%i/bin/sparc-%type_pkg[platform]-gas
fi
if [ "%type_pkg[platform]" = "solaris" ]; then
ln -s %p/bin/sparc-%type_pkg[platform]-ld
%i/bin/sparc-%type_pkg[platform]-gld
fi
<<
DocFiles: README COPYING* MAINTAINERS
DescPort: <<
Like 'avr-binutils' package, lib & include folders have been moved to
/sw/lib/i386-%type_pkg[platform] and the binaries are put into /sw/bin.
All xxx.info files are removed to avoid clashes with other potential
toolchains.
<<
Homepage: http://www.gnu.org/software/binutils/
Maintainer: Karl-Michael Schindler <[email protected]>
<<
--- NEW FILE: powerpc-binutils.info ---
Info2: <<
Package: powerpc-%type_pkg[platform]-binutils
Version: 2.21.1
Revision: 1
Type: platform (linux freebsd netbsd openbsd macos)
# tried, but not yet working or needed:
# amigaos morphos
Description: GNU binutils for 32 bit %type_pkg[platform]
License: LGPL
Source: mirror:gnu:binutils/binutils-%v.tar.bz2
Source-MD5: a22801a9cad45c85e9ff6afc10537d72
SourceDirectory: binutils-%v
ConfigureParams: <<
--target=powerpc-%type_pkg[platform] \
--prefix=%p/lib/powerpc-%type_pkg[platform] \
--bindir=%p/bin --mandir=%p/share/man --infodir=%p/share/info \
--program-prefix=powerpc-%type_pkg[platform]- \
--disable-werror
<<
CompileScript: <<
#!/bin/sh -ev
./configure %c
num_cpu=$(echo `sysctl -n hw.ncpu`)
make -j $num_cpu
<<
InstallScript: <<
#!/bin/sh -ev
make install DESTDIR=%d
rm -fr %i/lib/powerpc-%type_pkg[platform]/lib/
rm -fr %i/share/info
<<
DocFiles: README COPYING* MAINTAINERS
DescPort: <<
Like 'avr-binutils' package, lib & include folders have been moved to
/sw/lib/powerpc-%type_pkg[platform] and the binaries are put into /sw/bin.
All xxx.info files are removed to avoid clashes with other potential
toolchains.
<<
Homepage: http://www.gnu.org/software/binutils/
Maintainer: Karl-Michael Schindler <[email protected]>
<<
--- NEW FILE: sparc-binutils.info ---
Info2: <<
Package: sparc-%type_pkg[platform]-binutils
Version: 2.21.1
Revision: 1
Type: platform (linux solaris netbsd)
# tried, but not yet working or needed: freebsd openbsd embedded
Description: GNU binutils for sparc-%type_pkg[platform]
License: LGPL
Source: mirror:gnu:binutils/binutils-%v.tar.bz2
Source-MD5: a22801a9cad45c85e9ff6afc10537d72
SourceDirectory: binutils-%v
ConfigureParams: <<
--target=sparc-%type_pkg[platform] \
--prefix=%p/lib/sparc-%type_pkg[platform] \
--bindir=%p/bin --mandir=%p/share/man --infodir=%p/share/info \
--program-prefix=sparc-%type_pkg[platform]- \
--disable-werror
<<
CompileScript: <<
#!/bin/sh -ev
./configure %c
num_cpu=$(echo `sysctl -n hw.ncpu`)
make -j $num_cpu
<<
InstallScript: <<
#!/bin/sh -ev
make install DESTDIR=%d
rm -fr %i/lib/sparc-%type_pkg[platform]/lib/
rm -fr %i/share/info
if [ "%type_pkg[platform]" = "solaris" ]; then
ln -s %p/bin/sparc-%type_pkg[platform]-as
%i/bin/sparc-%type_pkg[platform]-gas
fi
if [ "%type_pkg[platform]" = "solaris" ]; then
ln -s %p/bin/sparc-%type_pkg[platform]-ar
%i/bin/sparc-%type_pkg[platform]-gar
fi
if [ "%type_pkg[platform]" = "solaris" ]; then
ln -s %p/bin/sparc-%type_pkg[platform]-ld
%i/bin/sparc-%type_pkg[platform]-gld
fi
<<
DocFiles: README COPYING* MAINTAINERS
DescPort: <<
Like 'avr-binutils' package, lib & include folders have been moved to
/sw/lib/sparc-%type_pkg[platform] and the binaries are put into /sw/bin.
All xxx.info files are removed to avoid clashes with other potential
toolchains.
<<
Homepage: http://www.gnu.org/software/binutils/
Maintainer: Karl-Michael Schindler <[email protected]>
<<
--- NEW FILE: x86-64-binutils.info ---
Info2: <<
Package: x86-64-%type_pkg[platform]-binutils
Version: 2.21.1
Revision: 1
Type: platform (win64 linux freebsd)
Description: GNU binutils for 64 bit %type_pkg[platform]
License: LGPL
Replaces: x86-64-w64-mingw32-binutils
Source: mirror:gnu:binutils/binutils-%v.tar.bz2
Source-MD5: a22801a9cad45c85e9ff6afc10537d72
SourceDirectory: binutils-%v
ConfigureParams: <<
--target=x86_64-%type_pkg[platform] \
(%type_pkg[platform] = win64) --target=x86_64-w64-mingw32 \
--prefix=%p/lib/x86_64-%type_pkg[platform] \
--bindir=%p/bin --mandir=%p/share/man --infodir=%p/share/info \
--program-prefix=x86_64-%type_pkg[platform]- \
--disable-werror
<<
CompileScript: <<
#!/bin/sh -ev
./configure %c
num_cpu=$(echo `sysctl -n hw.ncpu`)
make -j $num_cpu
<<
InstallScript: <<
#!/bin/sh -ev
make install DESTDIR=%d
rm -fr %i/lib/x86_64-%type_pkg[platform]/lib/
rm -fr %i/share/info
<<
DocFiles: README COPYING* MAINTAINERS
DescPort: <<
Like 'avr-binutils' package, lib & include folders have been moved to
/sw/lib/x86_64-%type_pkg[platform] and the binaries are put into /sw/bin.
All xxx.info files are removed to avoid clashes with other potential
toolchains.
<<
Homepage: http://www.gnu.org/software/binutils/
Maintainer: Karl-Michael Schindler <[email protected]>
<<
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs