From 06e5c7d33c96e52e4ab47901fd7fe808cb6f78af Mon Sep 17 00:00:00 2001 From: Dominik Csapak Date: Wed, 26 Sep 2018 15:09:31 +0200 Subject: [PATCH] add download target MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Acked-by: Fabian Grünbichler Signed-off-by: Dominik Csapak --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index 9c43b30..99d00bc 100644 --- a/Makefile +++ b/Makefile @@ -22,6 +22,11 @@ $(DEB): ${PKGSRC} cp -a debian ${PKGDIR}/debian cd ${PKGDIR}; dpkg-buildpackage -rfakeroot -b -us -uc +.PHONY: download +download: + rm -f ${PKGSRC} + wget https://www.spice-space.org/download/releases/spice-protocol-${PKGVERSION}.tar.bz2 + .PHONY: upload upload: ${DEB} tar cf - ${DEB}|ssh repoman@repo.proxmox.com upload