e1f384cea9
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
15 lines
495 B
Makefile
15 lines
495 B
Makefile
################################################################################
|
|
#
|
|
# spice-protocol
|
|
#
|
|
################################################################################
|
|
|
|
SPICE_PROTOCOL_VERSION = 0.12.10
|
|
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))
|