1 2 3 4 5 6 7 8
inherit native SRC_URI = "file://X11" do_stage() { install -d ${STAGING_INCDIR} cp -pPfR ${WORKDIR}/X11 ${STAGING_INCDIR} }