a03a9c51d5
cpe:2.3🅰️gnome:at-spi2-atk is a valid CPE identifier for this package: https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Agnome%3Aat-spi2-atk Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
20 lines
698 B
Makefile
20 lines
698 B
Makefile
################################################################################
|
|
#
|
|
# at-spi2-atk
|
|
#
|
|
################################################################################
|
|
|
|
AT_SPI2_ATK_VERSION_MAJOR = 2.34
|
|
AT_SPI2_ATK_VERSION = $(AT_SPI2_ATK_VERSION_MAJOR).2
|
|
AT_SPI2_ATK_SOURCE = at-spi2-atk-$(AT_SPI2_ATK_VERSION).tar.xz
|
|
AT_SPI2_ATK_SITE = \
|
|
http://ftp.gnome.org/pub/gnome/sources/at-spi2-atk/$(AT_SPI2_ATK_VERSION_MAJOR)
|
|
AT_SPI2_ATK_LICENSE = LGPL-2.1+
|
|
AT_SPI2_ATK_LICENSE_FILES = COPYING
|
|
AT_SPI2_ATK_CPE_ID_VENDOR = gnome
|
|
AT_SPI2_ATK_INSTALL_STAGING = YES
|
|
AT_SPI2_ATK_DEPENDENCIES = atk at-spi2-core libglib2 host-pkgconf
|
|
AT_SPI2_ATK_CONF_OPTS = -Dtests=false
|
|
|
|
$(eval $(meson-package))
|