mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-24 02:51:20 +00:00
13 lines
395 B
Plaintext
13 lines
395 B
Plaintext
LICENSE := GPLv2
|
|
VERSION := 2.22
|
|
DOWNLOADS := binutils.archive
|
|
|
|
URL(binutils) := ftp://ftp.fu-berlin.de/gnu/binutils/binutils-$(VERSION).tar.bz2
|
|
SHA(binutils) := 65b304a0b9a53a686ce50a01173d1f40f8efe404
|
|
SIG(binutils) := ${URL(binutils)}.sig
|
|
KEY(binutils) := GNU
|
|
DIR(binutils) := src/noux-pkg/binutils
|
|
|
|
PATCHES := src/noux-pkg/binutils/build.patch
|
|
PATCH_OPT := -p1 -d src/noux-pkg/binutils
|