c85f9f4a5e
The website [1] states that the released version can be downloaded from the cairo release area [2], which also features a sha1 hash, but only provides xz archives (no gz). [1]: https://www.cairographics.org/cairomm/ [2]: https://www.cairographics.org/releases/ Signed-off-by: Daniel Lang <dalang@gmx.at> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
17 lines
541 B
Makefile
17 lines
541 B
Makefile
################################################################################
|
|
#
|
|
# cairomm
|
|
#
|
|
################################################################################
|
|
|
|
CAIROMM_VERSION = 1.16.2
|
|
CAIROMM_LICENSE = LGPL-2.0+
|
|
CAIROMM_LICENSE_FILES = COPYING
|
|
CAIROMM_SOURCE = cairomm-$(CAIROMM_VERSION).tar.xz
|
|
CAIROMM_SITE = https://cairographics.org/releases
|
|
CAIROMM_INSTALL_STAGING = YES
|
|
CAIROMM_DEPENDENCIES = cairo libglib2 libsigc host-pkgconf
|
|
CAIROMM_CONF_OPTS = -Dbuild-examples=false -Dbuild-tests=false
|
|
|
|
$(eval $(meson-package))
|