kumquat-buildroot/package/gamin/gamin.mk
Peter Korsgaard 35d3dd33da package/gamin: fetch from sources.buildroot.net
Fixes https://autobuild.buildroot.org/results/ef2/ef2b87da32c81fa635f795a99f352a18f535ec25/

Upstream is no longer accessible, so use s.b.n instead.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2024-11-23 19:34:37 +01:00

23 lines
581 B
Makefile

################################################################################
#
# gamin
#
################################################################################
GAMIN_VERSION = 0.1.10
# upstream (http://www.gnome.org/~veillard/gamin/sources) dead
GAMIN_SITE = http://sources.buildroot.net/gamin
GAMIN_AUTORECONF = YES
GAMIN_INSTALL_STAGING = YES
GAMIN_LICENSE = LGPL-2.0+
GAMIN_LICENSE_FILES = COPYING
# python support broken
GAMIN_CONF_OPTS += --without-python
GAMIN_CONF_ENV = have_abstract_sockets=no
GAMIN_DEPENDENCIES = libglib2
$(eval $(autotools-package))