kumquat-buildroot/package/x11r7/xapp_xrandr/xapp_xrandr.mk
Bernd Kuhls 627730e174 package/x11r7/xapp_xrandr: bump version to 1.5.1
Switched _SOURCE to .xz, added all hashes provided by upstream and
license hash.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2019-08-28 23:42:53 +02:00

16 lines
537 B
Makefile

################################################################################
#
# xapp_xrandr
#
################################################################################
XAPP_XRANDR_VERSION = 1.5.1
XAPP_XRANDR_SOURCE = xrandr-$(XAPP_XRANDR_VERSION).tar.xz
XAPP_XRANDR_SITE = http://xorg.freedesktop.org/releases/individual/app
XAPP_XRANDR_LICENSE = MIT
XAPP_XRANDR_LICENSE_FILES = COPYING
XAPP_XRANDR_DEPENDENCIES = xlib_libXrandr xlib_libX11
XAPP_XRANDR_CONF_OPTS = --disable-malloc0returnsnull
$(eval $(autotools-package))