BuildArch: noarch Summary: GNU assembler, linker etc. for Alteon's Tigon MIPS processor Name: tigon-genfw Version: 1.1 Release: 1 Copyright: GPL Group: Development/Tools Source: genfw Buildroot: /var/tmp/tigon-genfw-root Packager: Jamie Lokier Requires: perl >= 5, perl(Getopt::Long), tigon-binutils %description This is a replacement for Alteon's genfw tool for building Tigon MIPS firmware. Instead of using the GNU BFD library, this is a Perl script which simply calls GNU tools to get the data it needs. In fact it can read any kind of ELF file provided you have the appropriate GNU tools. As well as being smaller, this version works more reliably with output from the newer versions of GCC and Binutils. %prep cp $RPM_SOURCE_DIR/genfw . %install rm -rf ${RPM_BUILD_ROOT} mkdir -p ${RPM_BUILD_ROOT}/usr/bin mkdir -p ${RPM_BUILD_ROOT}/usr/mips-alteon-elf/bin install -m 755 genfw ${RPM_BUILD_ROOT}/usr/bin/mips-alteon-elf-genfw ln ${RPM_BUILD_ROOT}/usr/bin/mips-alteon-elf-genfw \ ${RPM_BUILD_ROOT}/usr/mips-alteon-elf/bin/genfw %clean rm -rf ${RPM_BUILD_ROOT} %files %defattr(-,root,root) /usr/bin/mips-alteon-elf-genfw /usr/mips-alteon-elf/bin/genfw %changelog * Thu May 17 2001 Jamie Lokier - Updated to genfw version 1.1: -> Use /proc/self/fd/1 in preference to /dev/stdout, as on some Linux systems /dev/stdout doesn't exist but can be written to if you're the superuser. This resulted in the script silently appearing to work, but producing an empty output file. -> Added --release-number and --release-string options.