mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
14
package/spice-protocol/spice-protocol.mk
Normal file
14
package/spice-protocol/spice-protocol.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# spice-protocol
|
||||
#
|
||||
################################################################################
|
||||
|
||||
SPICE_PROTOCOL_VERSION = 0.12.14
|
||||
SPICE_PROTOCOL_SOURCE = spice-protocol-$(SPICE_PROTOCOL_VERSION).tar.bz2
|
||||
SPICE_PROTOCOL_SITE = http://www.spice-space.org/download/releases
|
||||
SPICE_PROTOCOL_LICENSE = BSD-3-Clause
|
||||
SPICE_PROTOCOL_LICENSE_FILES = COPYING
|
||||
SPICE_PROTOCOL_INSTALL_STAGING = YES
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user