5b0c6f024c
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 lines
487 B
Makefile
15 lines
487 B
Makefile
################################################################################
|
|
#
|
|
# xapp_xwd -- dump an image of an X window
|
|
#
|
|
################################################################################
|
|
|
|
XAPP_XWD_VERSION = 1.0.5
|
|
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))
|