Summary: A toolchain building utility Name: crosstool-ng Version: 1.3.2 Release: 1%{?dist} License: GPLv2+ Group: Development/Tools Source: http://ymorin.is-a-geek.org/download/crosstool-ng/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) URL: http://ymorin.is-a-geek.org/dokuwiki/projects/crosstool BuildRequires: bash gawk sed bison flex texinfo curl Requires: make gcc automake libtool tar gzip bzip2 bash gawk sed bison flex texinfo curl %description crosstool-NG aims at building toolchains. Toolchains are an essential component in a software development project. It will compile, assemble and link the code that is being developed. Some pieces of the toolchain will eventually end up in the resulting binary/ies: static libraries are but an example. %prep %setup -q %build ./configure --prefix=/usr --bindir=/usr/bin --libdir=/usr/lib --docdir=/usr/share/doc --mandir=/usr/share/man/man1 make %{?_smb_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT rm -rf ${RPM_BUILD_ROOT}%{_docdir}/CREDITS rm -rf ${RPM_BUILD_ROOT}%{_docdir}/overview.txt %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-, root, root, -) %{_mandir}/man1/* %{_libdir}/* %{_bindir}/* %doc COPYING README docs/CREDITS docs/known-issues.txt docs/overview.txt licenses.d %changelog * Tue May 26 2009 W. Michael Petullo - 1.3.2-1 - Initial Fedora package.