-
Notifications
You must be signed in to change notification settings - Fork 1
/
binutils.yml
44 lines (44 loc) · 1.07 KB
/
binutils.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
---
metadata:
name: "binutils"
version: "2.36"
release: 1
description: A linker, an assembler, and other tools for handling object files
architecture:
- x86_64
licenses:
- GPL
project_url:
- https://www.gnu.org/
project_ownder:
- Stallman
sources:
- address: https://ftp.gnu.org/gnu/binutils/binutils-2.36.tar.gz
save_as: binutils-2.36.tar.gz
extract: true
extract_to: ""
security: ~
dependencies: ~
prepare: ~
build: ~
check: ~
package:
commands:
- cd $SRCDIR/$PKGNAME-$PKGVER
- sed -i '/^SUBDIRS/s/doc//' bfd/Makefile.in
- mkdir -v build
- cd $SRCDIR/$PKGNAME-$PKGVER/build
- "$SRCDIR/$PKGNAME-$PKGVER/configure
--prefix=/usr
--enable-gold
--disable-nls
--enable-ld=default
--enable-plugins
--enable-shared
--disable-werror
--with-system-zlib
--disable-multilib
--with-lib-path=/usr/lib:/lib"
- make
- make DESTDIR=$PKGDIR install
deployment: ~