1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2026-05-03 15:14:30 +01:00
Files
operating-system/buildroot/package/x11r7/xapp_xrefresh/xapp_xrefresh.mk
2018-03-17 23:47:00 +00:00

15 lines
488 B
Makefile

################################################################################
#
# xapp_xrefresh
#
################################################################################
XAPP_XREFRESH_VERSION = 1.0.5
XAPP_XREFRESH_SOURCE = xrefresh-$(XAPP_XREFRESH_VERSION).tar.bz2
XAPP_XREFRESH_SITE = http://xorg.freedesktop.org/releases/individual/app
XAPP_XREFRESH_LICENSE = MIT
XAPP_XREFRESH_LICENSE_FILES = COPYING
XAPP_XREFRESH_DEPENDENCIES = xlib_libX11
$(eval $(autotools-package))