mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-02 01:08:13 +00:00
a4fd743973
Issue #4827
13 lines
363 B
Plaintext
13 lines
363 B
Plaintext
LICENSE := GPLv3
|
|
VERSION := 3.1
|
|
DOWNLOADS := grep.archive
|
|
|
|
URL(grep) := http://ftp.gnu.org/pub/gnu/grep/grep-$(VERSION).tar.xz
|
|
SHA(grep) := db625c7ab3bb3ee757b3926a5cfa8d9e1c3991ad24707a83dde8a5ef2bf7a07e
|
|
SIG(grep) := ${URL(grep)}.sig
|
|
KEY(grep) := GNU
|
|
DIR(grep) := src/noux-pkg/grep
|
|
|
|
PATCHES := src/noux-pkg/grep/grep.patch
|
|
PATCH_OPT := -p1 -d ${DIR(grep)}
|