31d41cdefa
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Tested-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 lines
495 B
Makefile
15 lines
495 B
Makefile
#############################################################
|
|
#
|
|
# Spice-protocol
|
|
#
|
|
#############################################################
|
|
|
|
SPICE_PROTOCOL_VERSION = 0.12.2
|
|
SPICE_PROTOCOL_SOURCE = spice-protocol-$(SPICE_PROTOCOL_VERSION).tar.bz2
|
|
SPICE_PROTOCOL_SITE = http://www.spice-space.org/download/releases/
|
|
SPICE_PROTOCOL_LICENSE = BSD-3c
|
|
SPICE_PROTOCOL_LICENSE_FILES = COPYING
|
|
SPICE_PROTOCOL_INSTALL_STAGING = YES
|
|
|
|
$(eval $(autotools-package))
|