genode/repos/ports/ports/gdb.port
Christian Prochaska 8903179537 tool_chain: use port mechanism
Fixes #2340
2017-03-27 12:35:10 +02:00

14 lines
420 B
Plaintext

LICENSE := GPLv3
VERSION := 7.3.1
DOWNLOADS := gdb.archive
URL(gdb) := ftp://ftp.fu-berlin.de/gnu/gdb/gdb-$(VERSION).tar.bz2
SHA(gdb) := e57f2c7f93536ef54fab728eb733bf2c36550718
SIG(gdb) := ${URL(gdb)}.sig
KEY(gdb) := GNU
DIR(gdb) := src/noux-pkg/gdb
PATCHES := $(addprefix ${DIR(gdb)}/patches/, \
$(shell cat $(REP_DIR)/${DIR(gdb)}/patches/series))
PATCH_OPT := -p1 -d ${DIR(gdb)}