mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-29 18:18:54 +00:00
6adbb9e438
Issue #1082
13 lines
352 B
Plaintext
13 lines
352 B
Plaintext
LICENSE := GPLv2
|
|
VERSION := svn
|
|
DOWNLOADS := dosbox.svn
|
|
|
|
URL(dosbox) := http://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk
|
|
DIR(dosbox) := src/app/dosbox
|
|
REV(dosbox) := 3837
|
|
|
|
PATCHES := $(addprefix src/app/dosbox/patches/,\
|
|
$(notdir $(wildcard $(REP_DIR)/src/app/dosbox/patches/*.patch)))
|
|
|
|
PATCH_OPT := -p2 -d src/app/dosbox
|