13 lines
313 B
Plaintext
13 lines
313 B
Plaintext
name: binutils
|
|
version: 2.32
|
|
release: 1
|
|
sources: https://ftp.gnu.org/gnu/binutils/binutils-%{version}.tar.xz
|
|
options:
|
|
- configure: --disable-multilib --with-pic --disable-nls
|
|
|
|
- make: tooldir=/usr
|
|
|
|
@install
|
|
cd binutils-%{version} && make 'DESTDIR=%{pkg}' tooldir=/usr %{name} && rm '%{pkg}/usr/bin/strings'
|
|
|