]> git.proxmox.com Git - pve-spice-protocol.git/blobdiff - Makefile
add download target
[pve-spice-protocol.git] / Makefile
index 9c43b3033cb07d07df048599810615671fd058b6..99d00bccd5fac5841cdb896ba733f1baad69472f 100644 (file)
--- 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