mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-05-01 14:12:20 +01:00
15 lines
413 B
Makefile
15 lines
413 B
Makefile
################################################################################
|
|
#
|
|
# gqview
|
|
#
|
|
################################################################################
|
|
|
|
GQVIEW_VERSION = 2.1.5
|
|
GQVIEW_SITE = http://prdownloads.sourceforge.net/gqview
|
|
GQVIEW_DEPENDENCIES = host-pkgconf libgtk2
|
|
GQVIEW_CONF_ENV = LIBS="-lm"
|
|
GQVIEW_LICENSE = GPL-2.0
|
|
GQVIEW_LICENSE_FILES = COPYING
|
|
|
|
$(eval $(autotools-package))
|