mirror of
git://git.proxmox.com/git/pve-spice-protocol.git
synced 2025-08-28 21:07:38 +00:00
add download target
Acked-by: Fabian Grünbichler <f.gruenbichler@proxmox.com> Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
84efb527a7
commit
06e5c7d33c
5
Makefile
5
Makefile
@ -22,6 +22,11 @@ $(DEB): ${PKGSRC}
|
|||||||
cp -a debian ${PKGDIR}/debian
|
cp -a debian ${PKGDIR}/debian
|
||||||
cd ${PKGDIR}; dpkg-buildpackage -rfakeroot -b -us -uc
|
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
|
.PHONY: upload
|
||||||
upload: ${DEB}
|
upload: ${DEB}
|
||||||
tar cf - ${DEB}|ssh repoman@repo.proxmox.com upload
|
tar cf - ${DEB}|ssh repoman@repo.proxmox.com upload
|
||||||
|
Loading…
x
Reference in New Issue
Block a user