14 lines
314 B
Plaintext
14 lines
314 B
Plaintext
name: binutils
|
|
version: 2.32
|
|
release: 2
|
|
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 install
|
|
rm '%{pkg}/%{prefix}/bin/strings'
|