kumquat-buildroot/package/x11r7/xapp_xwd/xapp_xwd.mk
Bernd Kuhls 76d4f89380 xapp_xwd: Bump version to 1.0.6
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2014-03-29 23:17:03 +01:00

15 lines
455 B
Makefile

################################################################################
#
# xapp_xwd
#
################################################################################
XAPP_XWD_VERSION = 1.0.6
XAPP_XWD_SOURCE = xwd-$(XAPP_XWD_VERSION).tar.bz2
XAPP_XWD_SITE = http://xorg.freedesktop.org/releases/individual/app
XAPP_XWD_LICENSE = MIT
XAPP_XWD_LICENSE_FILES = COPYING
XAPP_XWD_DEPENDENCIES = xlib_libX11 xlib_libXmu
$(eval $(autotools-package))