[package] name = "binutils" version = "2.46" description = "GNU binary utilities" url = "https://www.gnu.org/software/binutils/" license = "GPL-3.0" [source] url = "https://ftp.gnu.org/gnu/binutils/binutils-${version}.tar.xz" sha256 = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" [dependencies] run = ["glibc", "zlib"] build = ["make", "texinfo"] [build] system = "autotools" configure = """mkdir build && cd build && ../configure --prefix=/usr --enable-gold --enable-ld=default --enable-plugins --enable-shared --disable-werror --with-system-zlib --enable-default-hash-style=gnu""" make = """make tooldir=/usr""" install = """make DESTDIR=${PKG} tooldir=/usr install"""