da5f928916
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
15 lines
452 B
Makefile
15 lines
452 B
Makefile
################################################################################
|
|
#
|
|
# xapp_xmag
|
|
#
|
|
################################################################################
|
|
|
|
XAPP_XMAG_VERSION = 1.0.5
|
|
XAPP_XMAG_SOURCE = xmag-$(XAPP_XMAG_VERSION).tar.bz2
|
|
XAPP_XMAG_SITE = http://xorg.freedesktop.org/releases/individual/app
|
|
XAPP_XMAG_LICENSE = MIT
|
|
XAPP_XMAG_LICENSE_FILES = COPYING
|
|
XAPP_XMAG_DEPENDENCIES = xlib_libXaw
|
|
|
|
$(eval $(autotools-package))
|