Package: x86-64-binutils-default Version: 2.36.1 Revision: 1 Description: GNU binutils, without 'x86_64-darwin' prefix License: LGPL Depends: x86-64-darwin-binutils (>= %v) Source: none # Configure & Compile Phase: CompileScript: << #!/bin/sh -ev echo nothing to configure or to compile << InstallScript: << #!/bin/sh -ev mkdir -p %i/bin mkdir -p %i/share/man/man1 for BINUTIL in addr2line c++filt elfedit nm objcopy objdump readelf size strings strip do ln -s %p/bin/x86_64-darwin-$BINUTIL %i/bin/$BINUTIL ln -s %p/share/man/man1/x86_64-darwin-$BINUTIL.1 %i/share/man/man1/$BINUTIL.1 done << DescDetail: GNU binutils for 64 bit darwin, without 'x86_64-darwin' prefix. DescPort: << Simply created symlinks to the binutils with the 'x86_64-darwin' prefix. Notes: - Contrary to what you may expect there is no assembler as or linker ld. - ar has been removed from the list, since it causes problems during the built of other packages, like all 3 luas. << Homepage: https://www.gnu.org/software/binutils/ Maintainer: Karl-Michael Schindler