[pve-devel] [PATCH pve-spice-protocol 2/4] add download target

Dominik Csapak d.csapak at proxmox.com
Wed Sep 26 15:09:31 CEST 2018


Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
 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 at repo.proxmox.com upload
-- 
2.11.0





More information about the pve-devel mailing list