genode/repos/dde_rump/ports/dde_rump.port

21 lines
502 B
Plaintext
Raw Normal View History

LICENSE := BSD
VERSION := cvs
DOWNLOADS := rump.cvs
$(call check_tool, cvs)
URL(rump) := :pserver:anoncvs@anoncvs.netbsd.org:2401/cvsroot
REV(rump) := "20141216 2100UTC"
DIR(rump) := src/lib/dde_rump
HASH_INPUT += $(REP_DIR)/rump.list
PATCHES := $(shell find $(REP_DIR)/patches/*.patch)
PATCH_OPT := -N -d ${DIR(rump)} -p1
%.cvs:
@echo "CVS checkout rump ..."
$(VERBOSE)cat $(REP_DIR)/rump.list | xargs cvs -d $(URL($*)) -Q -z3 export \
-D $(REV($*)) -d $(DIR($*))
# vi: set ft=make :