This repository has been archived on 2022-01-17. You can view files and clone it, but cannot push or open issues/pull-requests.
recipes/binutils/recipe.spec

17 lines
345 B
Plaintext
Raw Permalink Normal View History

name: binutils
version: 2.32
2019-10-17 10:37:08 +02:00
release: 3
sources: https://ftp.gnu.org/gnu/binutils/binutils-%{version}.tar.xz
2019-10-17 10:37:08 +02:00
dependencies: flex
options:
- configure: --disable-multilib --with-pic --disable-nls
2019-10-17 10:37:08 +02:00
- make: tooldir=%{prefix}
@install
2019-09-04 13:42:11 +02:00
cd binutils-%{version}
2019-10-17 10:37:08 +02:00
make 'DESTDIR=%{pkg}' tooldir=%{prefix} install
2019-09-04 13:42:11 +02:00
rm '%{pkg}/%{prefix}/bin/strings'